Commit graph

  • bd9ab16762 Add touch_interaction to (cross)bow and spyglass grorp 2024-09-25 18:30:59 +0200
  • fb3c85e289 Improve stalker textures (#4674) kno10 2024-11-10 12:02:20 +0100
  • f6f5481f30 Attempt to fix chest minecarts, at least for 5.9 (#4684) kno10 2024-11-10 11:41:19 +0100
  • c428fa576b Merge pull request 'bonemeal API update' (#4221) from teknomunk/MineClone2:bonemeal-2 into master the-real-herowl 2024-11-10 11:38:08 +0100
  • a46833eaa4 Fix alias teknomunk 2024-09-23 06:33:05 -0500
  • 3514fe211f Implement more bonemeal mod shim, update bonemeal dependencies teknomunk 2024-09-23 06:31:02 -0500
  • 94d9e4c881 Address review comments teknomunk 2024-09-20 08:39:11 -0500
  • 6b1aa43238 Only show particles if bone meal is consumed, don't continue testing positions if bonemeal was used on the first check position teknomunk 2024-09-20 07:05:14 -0500
  • cfdef2435a Show particles regardless of success teknomunk 2024-09-20 06:51:56 -0500
  • 49c8ae2fa0 Quick patch to get cherry saplings growing pending inclusing of a proper tree API teknomunk 2024-09-20 06:22:44 -0500
  • 6ada1a3477 Remove check with mcl_core.check_vines_supported for twisted and crimson vines teknomunk 2024-08-24 18:07:27 -0500
  • 189a2c62ad Address review comments on mcl_util.trace_nodes teknomunk 2024-08-24 10:27:34 -0500
  • 981cddddd4 Add growth limits to crimson/twisting vines teknomunk 2024-08-22 07:29:35 -0500
  • 66b5a369f1 Add mcl_util.trace_node(), rewrite bamboo growth code to fix bone meal growth teknomunk 2024-08-22 06:58:39 -0500
  • 4eda77acd1 Prevent bonemealing grass from making flowers and also bonemealing the block above the grass teknomunk 2024-08-21 22:22:19 -0500
  • afc270195a Fix crash when bonemealing weaping and twisting vines, fix weaping vine growth teknomunk 2024-08-18 21:31:01 -0500
  • 8f53074b58 Reorder functions to prevent crash teknomunk 2024-07-08 21:40:11 -0500
  • 70e8ba9a89 Remove TODO pending future discussions, revert timer change in composter code teknomunk 2024-06-08 14:51:29 -0500
  • 6741c5a809 Make composter_progress_chance local, as it is not used anywhere except in mcl_composters teknomunk 2024-05-26 17:12:44 +0000
  • d09791db7b Fix typo that prevented bone mealing pumpkin plants teknomunk 2024-05-20 07:21:52 +0000
  • 354160e9e6 Check both above and below in pointed_thing for bonemealing (and pass thru the position as .under), make crimson vines and twisting vines compostable by rightclicking on the composter teknomunk 2024-04-19 10:31:45 +0000
  • cf1325d466 Fix crash at one more spot teknomunk 2024-04-18 23:28:58 +0000
  • 7112369917 Fix crashes when using bonemeal on nether nodes teknomunk 2024-04-18 23:27:08 +0000
  • e6e13bdc67 Change _mcl_on_bonemealing to _on_bone_meal, update API.md to reflect this teknomunk 2024-03-23 16:44:41 +0000
  • 42d37210c5 Fix mods/ITEMS/mcl_composters/locale/mcl_composters.ru.tr teknomunk 2024-03-21 07:20:20 -0500
  • c3a33ea2c2 Update mod authors, remove a TODO teknomunk 2024-03-22 05:39:45 +0000
  • 7f6d456a32 Remove bone to bone meal recipe from mcl_dye as it now resides in mcl_bone_meal teknomunk 2024-03-21 18:44:09 +0000
  • 44d154f594 Modify backtrace listing to use minetest.log teknomunk 2024-03-21 18:30:34 +0000
  • eb6131b037 Fix localization errors teknomunk 2024-03-21 18:06:14 -0500
  • 3c2f2593db Only consume bone meal if a _mcl_on_bonemealing callback is defined or the legacy API returns true, convert vines to use new bonemeal API teknomunk 2024-03-21 18:11:36 +0000
  • 9e6d49dd38 Fix localization except mcl_composters.ru.tr teknomunk 2024-03-21 07:35:51 +0000
  • 4a865fa2df Enable bamboo bonemealing despite rightclick handling strangeness teknomunk 2024-03-21 07:24:31 +0000
  • 55b4d3d5ee Rename localization files teknomunk 2024-03-21 07:11:44 +0000
  • 09bcf3d22b Add untested bonemeal mod compatibility shim teknomunk 2024-03-20 21:16:09 +0000
  • 57678e31bc Move commented out bamboo bone meal code into mods/ITEMS/mcl_bamboo/bamboo_base.lua teknomunk 2024-03-20 08:01:34 +0000
  • d5684ca305 Add new API call mcl_bone_meal.use_bone_meal and use this to remove duplicate code, update mcl_farming:sweet_berries to use bonemeal API, add stub for bonemeal mod compatibility teknomunk 2024-03-20 07:42:29 +0000
  • a4f1ccd0ee Update mcl_crimson to use bonemealing API teknomunk 2024-03-19 07:57:58 +0000
  • 1e0f7618ba Remove bone meal definition in mcl_dye, make textures in mcl_cocoas match master branch teknomunk 2024-03-19 07:25:04 +0000
  • f44102c238 Display call stack to assist in removing deprecated function calls teknomunk 2024-03-19 07:12:42 +0000
  • 5b1fcf76f6 Fix mod dependencies teknomunk 2024-03-19 07:12:04 +0000
  • f61a7ab4cb Remove color specifications from bone meal. kabou 2022-05-05 13:58:12 +0200
  • 4449f74742 Remove color specifications from cocoa beans. kabou 2022-05-05 13:51:05 +0200
  • ba1e0e4301 Also generate double grass when bonemealing grass blocks. kabou 2022-05-04 14:55:19 +0200
  • 7938fba4a5 Remove expired bone meal API.md from mcl_dye. kabou 2022-05-04 13:50:52 +0200
  • 8acddab74f Bonemealing mechanics bugfix. kabou 2022-05-04 12:17:51 +0200
  • c2c7df820f Improve mcl_bone_meal fr translations. kabou 2022-05-03 15:05:10 +0200
  • e5cf4bd225 Add missing es translation to mcl_bone_meal. kabou 2022-05-03 13:29:37 +0200
  • 810051c591 Move cocoa beans item to mcl_cocoas. kabou 2022-05-02 00:58:31 +0200
  • ae56a864d0 Remove stray line from locale template. kabou 2022-05-03 10:31:55 +0200
  • 7ddcf3f93f Use better override mechanism. kabou 2022-05-02 01:35:47 +0200
  • e8d965e21a Add more particles when bonemealing grass. kabou 2022-05-01 16:30:30 +0200
  • 8855246dd4 Update to new bone meal API. kabou 2022-05-01 16:16:28 +0200
  • 3889abbaf4 Add mcl_bone_meal. kabou 2022-05-01 12:33:19 +0200
  • f6235e8e92 Add bonemealing callback for fern. kabou 2022-05-01 00:20:00 +0200
  • 2190080832 Add bonemealing callback for tall grass. kabou 2022-05-01 00:15:40 +0200
  • ea1d52baab Add bonemealing callback for double flowers. kabou 2022-05-01 00:05:30 +0200
  • fdc7f4634d Add bonemealing callback for dirt with grass. kabou 2022-04-30 17:34:15 +0200
  • bde0d9b238 Add bonemealing callback to cocoa. kabou 2022-04-30 06:54:07 +0200
  • f644d37332 Keep same selection box size teknomunk 2024-03-18 17:59:37 +0000
  • 17f2d85de9 Refactor beetroots and add bonemealing callback. kabou 2022-04-30 06:36:09 +0200
  • d07e8d9536 Add bonemealing callback to melons. kabou 2022-04-30 06:19:16 +0200
  • 5d2fa8072a Add bonemealing callback to pumpkins. kabou 2022-04-30 06:12:45 +0200
  • 2d8bb12fad Add bonemealing callback to carrots. kabou 2022-04-30 06:08:38 +0200
  • 69032c3222 Add bonemealing callback to potatoes. kabou 2022-04-30 06:05:37 +0200
  • 71e6fa9646 Add bonemealing callback to wheat. kabou 2022-04-30 05:59:14 +0200
  • 9ea52ce9b3 Add bonemealing callback to small mushrooms. kabou 2022-04-30 05:48:00 +0200
  • 0422635047 Add bonemealing callback to saplings. kabou 2022-04-30 04:06:43 +0200
  • b540e6c77b Improve head swivel code (#4622) kno10 2024-11-10 02:41:55 +0100
  • d49426d453 Cleanup of mcl_core/functions (#4592) kno10 2024-11-10 02:32:51 +0100
  • 2b7b7f1872 Merge pull request 'Improve plant growth system, add moisture level' (#4681) from kno10/VoxeLibre:pumpkin-melon-growth-1 into master the-real-herowl 2024-11-10 02:11:37 +0100
  • b5afa34469 Remove "wet" metadata altogether kno10 2024-11-02 23:41:38 +0100
  • ebf6cf32e8 meta:set_private("wet"), require only walkable nodes kno10 2024-11-02 21:05:57 +0100
  • a8318f6600 simplify catch-up LBM logic kno10 2024-10-16 21:19:38 +0200
  • fa7a7f4e81 more fixes to plant growth kno10 2024-10-16 00:24:07 +0200
  • c097c65262 adjust growth rates again kno10 2024-10-16 00:00:05 +0200
  • 220a7b06e6 code review feedback kno10 2024-10-15 10:18:22 +0200
  • 540a070c59 always use day light level, more fixes kno10 2024-10-13 21:42:42 +0200
  • 78a958db4e Double the odds, to halve the ABM frequencies. kno10 2024-10-10 17:32:36 +0200
  • e9453d6210 Add plant growth speed option, drop average light level kno10 2024-10-10 16:23:54 +0200
  • 9376cf92b1 Adjust growth speeds kno10 2024-10-10 14:37:01 +0200
  • c4030115c4 improve moisture logic kno10 2024-10-09 22:15:30 +0200
  • e1ace4ad01 pumpkin/melon growth only tests one neighbor every time kno10 2024-10-09 18:01:20 +0200
  • e3b7847df1 Merge pull request 'Shield improvements and bugfixes (fixes #2756)' (#4582) from shieldy_shields into master the-real-herowl 2024-11-10 01:34:50 +0100
  • f86a641dfa Improve shield block code and unhardcode offhand group Mikita Wiśniewski 2024-09-17 12:22:05 +0700
  • 084741b733 Fix using shield on unknown nodes and cleanup Mikita Wiśniewski 2024-08-16 10:54:21 +0700
  • d5bc0613d8 Make node itemstack check in mcl_shields less hacky Mikita Wiśniewski 2024-08-09 16:12:15 +0700
  • f26c34e65f Bugfix: Shield fails to block arrows Loveaabb 2024-05-21 14:51:43 +0000
  • 04e29c5796 Several improvements to the Shield Loveaabb 2024-05-22 10:20:26 +0000
  • 45ae170447 Deduplicate shield slowdown removal code Elias Åström 2024-02-26 20:09:41 +0100
  • d0d1217dec Remove unused code in mcl_privs Elias Åström 2024-02-26 20:05:53 +0100
  • cffc8e0145 Fix loosing interact bug in mcl_shields Elias Åström 2024-02-26 19:50:03 +0100
  • 335151f994 zoomable maps kno10 2024-11-08 17:52:46 +0100
  • 3d68abe68a Add cartography table functionality mirqf 2023-11-24 11:21:59 +0100
  • b1d92f225f add color tools for minetestmapper kno10 2024-10-19 21:19:58 +0200
  • 3e9bde6fd3 fixed up some missing strings in the following templates: mcl_achievements, mobs_mc, doc_items (there was a duplicate), mcl_credits and mcl_mobitems Bloodaxe 2024-11-07 11:34:45 +0100
  • fafc462dd3 Added all my localization files for Norwegian Bokmål Bloodaxe 2024-11-07 11:04:36 +0100
  • f1f9a42f57 Added mobs_mc.nb.tr Bloodaxe 2024-11-06 22:49:01 +0100
  • d1cede6cfd better map colors mapgen-test-branch kno10 2024-11-04 18:07:52 +0100
  • 164177c5f4 Remove "wet" metadata altogether kno10 2024-11-02 23:41:38 +0100
  • 590606b667 meta:set_private("wet"), require only walkable nodes kno10 2024-11-02 21:05:57 +0100