1
0
Fork 0
MineClone2/mods
kabou b0111847b7 Add bonemealing callback for dirt with grass.
* Add new file mcl_flowers/bonemeal.lua, containing the bonemealing
  callback for "mcl_core:dirt_with_grass".
* Override "mcl_core:dirt_with_grass" with a _mcl_on_bonemealing handler
  calling a function defined in mcl_flowers. This sidesteps the problem
  that bonemealing a node from mcl_core needs knowledge of mcl_flowers,
  which would create a circular dependency.  H/t to cora for suggesting
  this solution. H/t to wsor for suggesting a solution that also works.
2022-05-06 14:39:35 +02:00
..
CORE lift clouds to 384 in valleys mapgen 2022-04-19 10:23:10 +00:00
ENTITIES Drop carved pumpkin when shearing snow golem 2022-04-22 18:07:37 +00:00
ENVIRONMENT Fix warning in mcl_weather 2022-05-02 21:47:33 +02:00
HELP Replace grass path with dirt path 2022-04-25 15:33:01 +02:00
HUD Remove 2D preview 2022-05-04 23:15:11 +00:00
ITEMS Add bonemealing callback for dirt with grass. 2022-05-06 14:39:35 +02:00
MAPGEN Use uncarved pumpkin instead of carved in mapgen 2022-04-22 18:07:37 +00:00
MISC Fix typo and interact bug? 2022-03-27 18:08:43 +02:00
PLAYER Remove 2D preview 2022-05-04 23:15:11 +00:00