Glitchfiend / BiomesOPlenty

Minecraft mod that adds over 50 new biomes to the game.
https://www.curseforge.com/minecraft/mc-mods/biomes-o-plenty
Other
822 stars 255 forks source link

[1.21] Shears tag correction #2244

Closed cech12 closed 3 months ago

cech12 commented 3 months ago

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. :)