Commit Graph

  • 99c92fa5e5 Start mcl_bows:arrow_entity refactor teknomunk 2024-05-22 22:54:39 +0000
  • 3e376f92f6 Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code teknomunk 2024-05-22 20:51:46 +0000
  • 1f12334ca2 Finish reworking all items in mcl_throwing teknomunk 2024-05-22 20:47:25 +0000
  • 6f387acbb5 Add in vl_projectile, add mcl_util.match_node_to_filter teknomunk 2024-05-22 20:32:19 +0000
  • f140faca6a Move node related functions to mods/CORE/mcl_util/nodes.lua teknomunk 2024-05-22 19:51:47 +0000
  • bbfcc3beec Create vl_projectile and refactor snowball and partially refactor ender pearl teknomunk 2024-05-22 19:42:36 +0000
  • c8d7f89051 fix typo/detail in plant growth code kno10 2024-09-20 19:31:37 +0200
  • edaf158686 more structures, more to discover. mapgen-test-branch kno10 2024-09-17 21:08:24 +0200
  • 162749decc hollow fallen trees kno10 2024-09-17 15:12:28 +0200
  • 1435867673 add command /emerge 512 to emerge an area kno10 2024-09-06 17:00:46 +0200
  • 4496f7adfc improvments to mineshaft cart variety + /locate kno10 2024-09-05 23:13:08 +0200
  • 465b4162e7 use swap_node instead of set_node in mapgen, tweaks to end kno10 2024-09-05 21:28:47 +0200
  • e746ef46a9 eliminate the static_pos kludge except for strongholds for now kno10 2024-09-05 18:22:00 +0200
  • d7ac288ba1 cleanups and fixes kno10 2024-09-05 01:03:33 +0200
  • 27b6963d20 clean up villages code, add biome farming support kno10 2024-09-03 17:16:36 +0200
  • 0c4a120191 More fixes, make shulkers spawn on the floor. kno10 2024-08-31 23:51:58 +0200
  • 1b5598f527 fix, and add small end city from MCLA kno10 2024-08-31 22:34:29 +0200
  • 7cde4976de further fixes and improvements. kno10 2024-08-26 00:00:11 +0200
  • 201ba616fe disable foliage 'fixes' that cause multi-colored trees kno10 2024-08-24 19:25:18 +0200
  • e8aeb34b93 code restructuring and cleanups kno10 2024-08-24 19:24:31 +0200
  • 9411e60b8c Huge update of new terraforming, structures, and village code kno10 2024-08-23 10:55:30 +0200
  • b3efd6f681 Big rewrite of structure spawning using voxel manipulators kno10 2024-08-06 20:37:44 +0200
  • a22dadf412 fix bamboo biomes, add new schematic kno10 2024-07-26 01:13:21 +0200
  • 73268386ec allow generating towns on mapblocks emerged with previous versions that did not become full settlements yet kno10 2024-07-25 18:27:03 +0200
  • eb2b1f8704 fixes and parameter tuning kno10 2024-07-24 17:29:40 +0200
  • 5b520d8713 more voxelmanipulator, more MCLA kno10 2024-07-23 01:09:17 +0200
  • 8e94eca3be finetuning kno10 2024-07-20 13:57:01 +0200
  • 79d96e9ea0 add MCLA schematics kno10 2024-07-20 02:10:25 +0200
  • d89eec9d98 Big villages overhaul kno10 2024-07-19 14:56:06 +0200
  • 238c5a650e move structures code from mcl_mapgen_core to mcl_structures kno10 2024-09-10 10:18:35 +0200
  • 2564fdcf5b prioritize map decorations to make the generations more deterministic kno10 2024-08-03 20:28:23 +0200
  • f9a8033410 Make structure generation more deterministic kno10 2024-08-01 00:27:16 +0200
  • b42f883131 Avoid random jumps when standing due to gravity. kno10 2024-07-29 22:20:56 +0200
  • f73580bf3f Some optimizations for mapgen kno10 2024-08-04 01:34:19 +0200
  • e7fa2b8fb5 Bigger cleanup of mcl_core/functions kno10 2024-08-15 18:15:15 +0200
  • e59d466955 Address review comments teknomunk 2024-09-20 08:39:11 -0500
  • 7944828eb7 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
  • 810692c275 Show particles regardless of success teknomunk 2024-09-20 06:51:56 -0500
  • 7cb6bfbcf2 Quick patch to get cherry saplings growing pending inclusing of a proper tree API teknomunk 2024-09-20 06:22:44 -0500
  • da044a31a0 Remove check with mcl_core.check_vines_supported for twisted and crimson vines teknomunk 2024-08-24 18:07:27 -0500
  • a0cdf0de98 Address review comments on mcl_util.trace_nodes teknomunk 2024-08-24 10:27:34 -0500
  • 4315f8640a Add growth limits to crimson/twisting vines teknomunk 2024-08-22 07:29:35 -0500
  • d93ed3c1ab Add mcl_util.trace_node(), rewrite bamboo growth code to fix bone meal growth teknomunk 2024-08-22 06:58:39 -0500
  • 3e4aad3c84 Prevent bonemealing grass from making flowers and also bonemealing the block above the grass teknomunk 2024-08-21 22:22:19 -0500
  • 45701d1bcf Fix crash when bonemealing weaping and twisting vines, fix weaping vine growth teknomunk 2024-08-18 21:31:01 -0500
  • 130f774f72 Reorder functions to prevent crash teknomunk 2024-07-08 21:40:11 -0500
  • a720164be4 Remove TODO pending future discussions, revert timer change in composter code teknomunk 2024-06-08 14:51:29 -0500
  • 67a1ae4d1a Make composter_progress_chance local, as it is not used anywhere except in mcl_composters teknomunk 2024-05-26 17:12:44 +0000
  • f527dbafe5 Fix typo that prevented bone mealing pumpkin plants teknomunk 2024-05-20 07:21:52 +0000
  • 2ff2ccc6ea 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
  • aa6005ac03 Fix crash at one more spot teknomunk 2024-04-18 23:28:58 +0000
  • 8698dda240 Fix crashes when using bonemeal on nether nodes teknomunk 2024-04-18 23:27:08 +0000
  • b66a7ad445 Change _mcl_on_bonemealing to _on_bone_meal, update API.md to reflect this teknomunk 2024-03-23 16:44:41 +0000
  • 5bd2411482 Fix mods/ITEMS/mcl_composters/locale/mcl_composters.ru.tr teknomunk 2024-03-21 07:20:20 -0500
  • 9d6e4e909a Update mod authors, remove a TODO teknomunk 2024-03-22 05:39:45 +0000
  • c1b9a6eb29 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
  • c9cf7003a1 Modify backtrace listing to use minetest.log teknomunk 2024-03-21 18:30:34 +0000
  • 00f7fb8198 Fix localization errors teknomunk 2024-03-21 18:06:14 -0500
  • cc0da514e3 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
  • a1c084b05b Fix localization except mcl_composters.ru.tr teknomunk 2024-03-21 07:35:51 +0000
  • 7c2be8823a Enable bamboo bonemealing despite rightclick handling strangeness teknomunk 2024-03-21 07:24:31 +0000
  • 83afaf2bce Rename localization files teknomunk 2024-03-21 07:11:44 +0000
  • 66c184a4e5 Add untested bonemeal mod compatibility shim teknomunk 2024-03-20 21:16:09 +0000
  • 0bb9eed5a2 Move commented out bamboo bone meal code into mods/ITEMS/mcl_bamboo/bamboo_base.lua teknomunk 2024-03-20 08:01:34 +0000
  • 482343dbf0 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
  • 69aee9f7cf Update mcl_crimson to use bonemealing API teknomunk 2024-03-19 07:57:58 +0000
  • 540e7f7a20 Remove bone meal definition in mcl_dye, make textures in mcl_cocoas match master branch teknomunk 2024-03-19 07:25:04 +0000
  • 692b939504 Display call stack to assist in removing deprecated function calls teknomunk 2024-03-19 07:12:42 +0000
  • 041d3fec0f Fix mod dependencies teknomunk 2024-03-19 07:12:04 +0000
  • 6415e0f748 Remove color specifications from bone meal. kabou 2022-05-05 13:58:12 +0200
  • 27cd94582c Remove color specifications from cocoa beans. kabou 2022-05-05 13:51:05 +0200
  • af7fdba1d7 Also generate double grass when bonemealing grass blocks. kabou 2022-05-04 14:55:19 +0200
  • b62135f41b Remove expired bone meal API.md from mcl_dye. kabou 2022-05-04 13:50:52 +0200
  • e2d5a495b0 Bonemealing mechanics bugfix. kabou 2022-05-04 12:17:51 +0200
  • 1f987a0f75 Improve mcl_bone_meal fr translations. kabou 2022-05-03 15:05:10 +0200
  • 17c7626841 Add missing es translation to mcl_bone_meal. kabou 2022-05-03 13:29:37 +0200
  • d423141ea7 Move cocoa beans item to mcl_cocoas. kabou 2022-05-02 00:58:31 +0200
  • 53bd34b615 Remove stray line from locale template. kabou 2022-05-03 10:31:55 +0200
  • e55dd8be49 Use better override mechanism. kabou 2022-05-02 01:35:47 +0200
  • 598f72fce2 Add more particles when bonemealing grass. kabou 2022-05-01 16:30:30 +0200
  • 416876b220 Update to new bone meal API. kabou 2022-05-01 16:16:28 +0200
  • 9e3089510c Add mcl_bone_meal. kabou 2022-05-01 12:33:19 +0200
  • 7829c9444f Add bonemealing callback for fern. kabou 2022-05-01 00:20:00 +0200
  • 0db35457e4 Add bonemealing callback for tall grass. kabou 2022-05-01 00:15:40 +0200
  • b81a491eb2 Add bonemealing callback for double flowers. kabou 2022-05-01 00:05:30 +0200
  • d257b860a0 Add bonemealing callback for dirt with grass. kabou 2022-04-30 17:34:15 +0200
  • 6e81fa880e Add bonemealing callback to cocoa. kabou 2022-04-30 06:54:07 +0200
  • 67bbde82aa Keep same selection box size teknomunk 2024-03-18 17:59:37 +0000
  • 199077bba3 Refactor beetroots and add bonemealing callback. kabou 2022-04-30 06:36:09 +0200
  • bad48ebb24 Add bonemealing callback to melons. kabou 2022-04-30 06:19:16 +0200
  • 302e547b76 Add bonemealing callback to pumpkins. kabou 2022-04-30 06:12:45 +0200
  • bce41d9ea5 Add bonemealing callback to carrots. kabou 2022-04-30 06:08:38 +0200
  • a2dc9ad9d2 Add bonemealing callback to potatoes. kabou 2022-04-30 06:05:37 +0200
  • ed835b3562 Add bonemealing callback to wheat. kabou 2022-04-30 05:59:14 +0200
  • 5867b00a60 Add bonemealing callback to small mushrooms. kabou 2022-04-30 05:48:00 +0200
  • 332fac4d0f Add bonemealing callback to saplings. kabou 2022-04-30 04:06:43 +0200
  • d264ba70d8 Fix growth logic, clean up mcl_farming/shared_functions (#4640) master kno10 2024-09-20 14:00:49 +0200
  • 5fb564a93d Chests API expansion chests_api_expand Mikita Wiśniewski 2024-09-20 12:22:30 +0700
  • 513413afc7 Use remove_node instead of dig_node in mcl_core ABMs (fixes #4628) (#4629) Mikita Wiśniewski 2024-09-19 18:54:39 +0200
  • 04120d3105 clean up mcl_farming/shared_functions kno10 2024-09-15 22:29:32 +0200