1
0
Fork 0
MineClone2/mods
kabou ed8995acec Fix `add_large_plant()` argument mismatch.
* In commit 86b2cd70f9 an extra argument
  was added to the `add_large_plant()` function in order to handle silk
  touch.  For some reason, the callers for "double_grass" and
  "double_fern" were updated with two new arguments.  Because of this,
  silk touch likely never worked on these nodes.  This commit removes
  the unused `nil` argument from both callers.
* This commit fixes #2155.
2022-05-01 10:31:01 +00: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 lift clouds to 384 in valleys mapgen 2022-04-19 10:23:10 +00:00
HELP Replace grass path with dirt path 2022-04-25 15:33:01 +02:00
HUD Add shield 2022-03-15 15:58:27 +01:00
ITEMS Fix `add_large_plant()` argument mismatch. 2022-05-01 10:31:01 +00: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 Merge branch 'master' into shields2 2022-03-28 12:27:57 +00:00