I am the developer of the mods Ceramic Shears and Wooden Shears. A user has issues when using my shears on the leaves of Biomes 'O Plenty: https://github.com/cech12/WoodenShears/issues/19
The reason is, that Fabric and NeoForge invented new conventional tags (also for shears) which I am already using but your mod missed that. :)
This PR adds the new conventional tag "c:tools/shear" (and the deprecated "c:tools/shears") to your own shears tag. Addionally, there were multiple places that did not use your shears tag, which are fixed by extending the datagen.
Hint: The conventional tags were changed in 1.20.6. So, you can backport these changes also to 1.20.6. :)
Hello,
I am the developer of the mods Ceramic Shears and Wooden Shears. A user has issues when using my shears on the leaves of Biomes 'O Plenty: https://github.com/cech12/WoodenShears/issues/19 The reason is, that Fabric and NeoForge invented new conventional tags (also for shears) which I am already using but your mod missed that. :)
This PR adds the new conventional tag "c:tools/shear" (and the deprecated "c:tools/shears") to your own shears tag. Addionally, there were multiple places that did not use your shears tag, which are fixed by extending the datagen.
Hint: The conventional tags were changed in 1.20.6. So, you can backport these changes also to 1.20.6. :)