Commit Graph

  • e356b79f35 Remove TODO pending future discussions, revert timer change in composter code bonemeal-2 teknomunk 2024-06-08 14:51:29 -0500
  • 391ffdcede Make composter_progress_chance local, as it is not used anywhere except in mcl_composters teknomunk 2024-05-26 17:12:44 +0000
  • 2dc964bf77 Fix typo that prevented bone mealing pumpkin plants teknomunk 2024-05-20 07:21:52 +0000
  • 16b5c7412f 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
  • 2aa396d0cf Fix crash at one more spot teknomunk 2024-04-18 23:28:58 +0000
  • 1e0f3e00a8 Fix crashes when using bonemeal on nether nodes teknomunk 2024-04-18 23:27:08 +0000
  • 4b739036b9 Change _mcl_on_bonemealing to _on_bone_meal, update API.md to reflect this teknomunk 2024-03-23 16:44:41 +0000
  • ef8dc1baa8 Fix mods/ITEMS/mcl_composters/locale/mcl_composters.ru.tr teknomunk 2024-03-21 07:20:20 -0500
  • 2d8325d6e1 Update mod authors, remove a TODO teknomunk 2024-03-22 05:39:45 +0000
  • f8d2a8d760 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
  • 245481440f Modify backtrace listing to use minetest.log teknomunk 2024-03-21 18:30:34 +0000
  • e5d81d014a Fix localization errors teknomunk 2024-03-21 18:06:14 -0500
  • 59000c2317 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
  • 46c4469b33 Fix localization except mcl_composters.ru.tr teknomunk 2024-03-21 07:35:51 +0000
  • 196b4962dc Enable bamboo bonemealing despite rightclick handling strangeness teknomunk 2024-03-21 07:24:31 +0000
  • 51459112d8 Rename localization files teknomunk 2024-03-21 07:11:44 +0000
  • a920307b4d Add untested bonemeal mod compatibility shim teknomunk 2024-03-20 21:16:09 +0000
  • c4ba87aa71 Move commented out bamboo bone meal code into mods/ITEMS/mcl_bamboo/bamboo_base.lua teknomunk 2024-03-20 08:01:34 +0000
  • 7ec4e2ae33 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
  • bca021c29d Update mcl_crimson to use bonemealing API teknomunk 2024-03-19 07:57:58 +0000
  • 5080883a71 Remove bone meal definition in mcl_dye, make textures in mcl_cocoas match master branch teknomunk 2024-03-19 07:25:04 +0000
  • 0c05902822 Display call stack to assist in removing deprecated function calls teknomunk 2024-03-19 07:12:42 +0000
  • 5fb86ba480 Fix mod dependencies teknomunk 2024-03-19 07:12:04 +0000
  • aa71e5e8d6 Remove color specifications from bone meal. kabou 2022-05-05 13:58:12 +0200
  • 31926c19b0 Remove color specifications from cocoa beans. kabou 2022-05-05 13:51:05 +0200
  • 3105e3ca8a Also generate double grass when bonemealing grass blocks. kabou 2022-05-04 14:55:19 +0200
  • c37c70b84b Remove expired bone meal API.md from mcl_dye. kabou 2022-05-04 13:50:52 +0200
  • 69d5a38de9 Bonemealing mechanics bugfix. kabou 2022-05-04 12:17:51 +0200
  • f397d03797 Improve mcl_bone_meal fr translations. kabou 2022-05-03 15:05:10 +0200
  • 1554d48bce Add missing es translation to mcl_bone_meal. kabou 2022-05-03 13:29:37 +0200
  • 6f090fa87a Move cocoa beans item to mcl_cocoas. kabou 2022-05-02 00:58:31 +0200
  • 615c7ed672 Remove stray line from locale template. kabou 2022-05-03 10:31:55 +0200
  • 9d8468fe2b Use better override mechanism. kabou 2022-05-02 01:35:47 +0200
  • f6d6834f76 Add more particles when bonemealing grass. kabou 2022-05-01 16:30:30 +0200
  • 2f14a67fd0 Update to new bone meal API. kabou 2022-05-01 16:16:28 +0200
  • 7f8f2b64e3 Add mcl_bone_meal. kabou 2022-05-01 12:33:19 +0200
  • db641de549 Add bonemealing callback for fern. kabou 2022-05-01 00:20:00 +0200
  • 5e634b1770 Add bonemealing callback for tall grass. kabou 2022-05-01 00:15:40 +0200
  • 6b9bc487d0 Add bonemealing callback for double flowers. kabou 2022-05-01 00:05:30 +0200
  • ada8c62995 Add bonemealing callback for dirt with grass. kabou 2022-04-30 17:34:15 +0200
  • 8b7202ad09 Add bonemealing callback to cocoa. kabou 2022-04-30 06:54:07 +0200
  • c87b3088b8 Keep same selection box size teknomunk 2024-03-18 17:59:37 +0000
  • c81072e654 Refactor beetroots and add bonemealing callback. kabou 2022-04-30 06:36:09 +0200
  • 227ecd6474 Add bonemealing callback to melons. kabou 2022-04-30 06:19:16 +0200
  • 3f338d1eaf Add bonemealing callback to pumpkins. kabou 2022-04-30 06:12:45 +0200
  • 15aa703d53 Add bonemealing callback to carrots. kabou 2022-04-30 06:08:38 +0200
  • d9f5bde478 Add bonemealing callback to potatoes. kabou 2022-04-30 06:05:37 +0200
  • c9de343c0e Add bonemealing callback to wheat. kabou 2022-04-30 05:59:14 +0200
  • 8dd29fbe0b Add bonemealing callback to small mushrooms. kabou 2022-04-30 05:48:00 +0200
  • 832d77c8ec Add bonemealing callback to saplings. kabou 2022-04-30 04:06:43 +0200
  • 60a982365a Get settings GUI implemented and functional add-dynamic-rules teknomunk 2024-06-28 07:09:04 -0500
  • ec0929fc69 Start GUI teknomunk 2024-06-21 19:28:02 -0500
  • 9298cad435 Fix typo in variable name teknomunk 2024-06-21 19:27:30 -0500
  • b77aea899c Implement showDeathMessages gamerule teknomunk 2024-06-20 21:04:19 -0500
  • ce3a7aa0da Implement respawnBlocksExplode gamerule teknomunk 2024-06-18 19:35:03 -0500
  • 96eac616b0 Implement doMobLoot gamerule teknomunk 2024-06-18 19:25:02 -0500
  • e4ebd3c641 Add fireDamage game rule (fallDamage and drowningDamage don't work in mcl_damage) teknomunk 2024-06-13 05:45:01 -0500
  • 97f3919c94 Add additional gamerules for damage types teknomunk 2024-06-12 22:05:13 -0500
  • 53cbeb2cef Fix typo teknomunk 2024-06-12 07:30:40 -0500
  • 3e3104547d Add gamerule naturalRegeneration and make mcl_health_regen_delay a tunable setting teknomunk 2024-06-12 07:30:06 -0500
  • f620e5f031 Change handling of mcl_showAdvancementMessages teknomunk 2024-06-12 07:24:54 -0500
  • 36c2e1334a Nether portal delay settings teknomunk 2024-06-12 07:18:54 -0500
  • 4a950aea75 Add settings file teknomunk 2024-06-11 18:20:24 -0500
  • 693c68e1b0 Implement doVinesSpread teknomunk 2024-06-09 21:41:11 -0500
  • ffc11faa24 Add gamerule keepInventory and migrate existing setting value from mcl_keepInvetory teknomunk 2024-06-09 21:29:01 -0500
  • f7a7990f1c Add setting for damage_enabled teknomunk 2024-06-09 21:09:07 -0500
  • d4286ff535 Implement doDaylightCycle, add on_change hook for tunables and make sure they are not called when loaded teknomunk 2024-05-31 18:53:13 -0500
  • f0d9c5c83c Remove debug print(), add game rules maxEntityCramming, snowAccumulationHeight teknomunk 2024-05-31 06:25:47 -0500
  • 25e4aa5983 Fix default value handling during set (allows bool settings to be set to false), add game rules: doMobSpawning, disableRaids, doWeatherCycle, doFireTick teknomunk 2024-05-30 21:36:16 -0500
  • d02ddae55b Change API so most parameters are in a definition table, add /gamerule chatcommand, implement gamerule announceAdvancements teknomunk 2024-05-30 21:04:37 -0500
  • c98f2e63ff Make awards use the notification delay setting teknomunk 2024-05-30 18:32:16 -0500
  • 9737f97c57 Finish initial implementation of setting tuning with get/set commands teknomunk 2024-05-30 18:23:47 -0500
  • 21e3af0ecf Start implementing dynamic rules/tuning teknomunk 2024-05-30 06:36:22 -0500
  • 8533ca816d Add last of this latest round of new German translations provided by Laudrin update-german-translations teknomunk 2024-06-28 04:24:14 -0500
  • 252c3a12bf Add Spectre Membrane to localization template teknomunk 2024-06-28 04:23:39 -0500
  • 6e9d128412 Fix typo in translated string teknomunk 2024-06-28 04:14:40 -0500
  • 0c5bc048b6 Make sure overworld always gets a sky update regardless of weather, add assert to enforce sky color gets set every update skycolor-refactor teknomunk 2024-06-26 19:51:33 -0500
  • 2975a71944 Force has_mcl_potions to boolean teknomunk 2024-06-21 19:47:58 -0500
  • 4d83caecc1 Add mcl_util.to_bool teknomunk 2024-06-21 19:47:33 -0500
  • 83f26803a1 Remove boolean coersion teknomunk 2024-06-19 08:49:26 -0500
  • a01e4c7770 Add line break teknomunk 2024-06-19 08:33:57 -0500
  • d7bed6073b Make sure clouds don't disappear when entering water teknomunk 2024-06-19 08:32:21 -0500
  • 7c7b1efbe7 Address review comments teknomunk 2024-06-19 08:31:56 -0500
  • 5c5fd843d3 Remove debug logging teknomunk 2024-06-19 08:22:20 -0500
  • c999d10ad5 Correct conditions for water-air transition forced skycolor update teknomunk 2024-06-19 06:54:44 -0500
  • 629907c0df Add minimum time between skycolor updates (default is 250ms, tracked per player) teknomunk 2024-06-19 06:53:53 -0500
  • b07e83eab6 Update mods/ENVIRONMENT/mcl_weather/skycolor.lua Wbjitscool 2024-05-14 07:17:04 +0000
  • e6794dc2d8 Remove empty else block, fix up mg_name and add mapgen check to water.lua teknomunk 2024-06-13 06:43:31 -0500
  • 2242797640 Remove debug commented out logging, remove extra zero in 24-hour time teknomunk 2024-06-13 06:10:03 -0500
  • 5214dfe6d9 Remove local mod = mcl_weather and replace accesses to variables thru mcl_weather with local variable equivalents teknomunk 2024-06-13 05:56:10 -0500
  • 04a9527cab Fix variable name (caused crash) teknomunk 2024-06-12 20:37:11 -0500
  • cd73cedbd0 Fix crash and rearrange code teknomunk 2024-06-12 20:36:19 -0500
  • 3d9161c3a4 Remove END function comment teknomunk 2024-06-12 20:20:38 -0500
  • 391f425b46 Convert to use mcl_playerinfo teknomunk 2024-06-12 20:16:04 -0500
  • 166c2a207e Further cleanup teknomunk 2024-06-12 20:12:04 -0500
  • ea160d44e4 Address review comments teknomunk 2024-06-12 20:07:32 -0500
  • 234a94477e Fix random crash in darkness effect in mcl_potions, finish refactoring of mcl_weather.skycolor that also makes darkness effect more reliable teknomunk 2024-05-27 10:37:42 +0000
  • 5d81204fc8 Start refactor teknomunk 2024-05-27 08:04:22 +0000
  • bb9ed4498b Address review comments persist-xp-orbs teknomunk 2024-06-26 06:52:10 -0500
  • 94981d9c09 Add return for get_staticdata teknomunk 2024-04-28 08:46:13 +0000