cweckerl / simplefarming

https://www.curseforge.com/minecraft/mc-mods/simple-farming
38 stars 37 forks source link

[1.20] Fix datapack issues #193

Closed Bricktricker closed 1 year ago

Bricktricker commented 1 year ago

This PR fixes two datapack issues in the current version:

  1. Mojang removed the replaceable_plants tag in 23w14a in favor of the replaceable_by_trees tag. I replaced the reference to the tag in the simplefarming blocks/mineable/scythe tag.
  2. Mojang changed the minecraft:smithing recipe type to minecraft:smithing_transform. I updated the simplefarming netherite_scythe_smithing recepe accordingly.