JDKDigital / productive-bees

Useful bees
https://www.curseforge.com/minecraft/mc-mods/productivebees
Other
58 stars 40 forks source link

Wrong entity tag type for create mixing rotten #371

Closed skadlig closed 1 year ago

skadlig commented 1 year ago

Version productivebees-1.19.2-0.10.5.3.jar Recipe for mixing rotten comb in create mod's mechanical mixer isn't working. The centrifuge recipe do work though.

Comparing the code for the recipe centrifuge honeycomb_rotten.json we find that the tag type is productivebees::zombie

https://github.com/JDKDigital/productive-bees/blob/2a7f12e8726ae9ae9d530a4d12323870b6a2d8f5/src/main/resources/data/productivebees/recipes/centrifuge/honeycomb_rotten.json#L8

While the tag type for create mixing is productivebees:rotten

https://github.com/JDKDigital/productive-bees/blob/2a7f12e8726ae9ae9d530a4d12323870b6a2d8f5/src/main/resources/data/productivebees/recipes/create/mixing/honeycomb_rotten.json#L9