You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both barley and cotton seeds return natura:cotton_crop[age=0] from getPlant.
This is because cotton is registered last during item registration, and the crop is a static field. Changing this to a map of meta to crop, and performing a lookup in getPlant should resolve this.
Version Information
Minecraft:
1.12.2Forge:
14.23.5.2854Mantle:
Natura:
d5b4bddReport Information
Both barley and cotton seeds return natura:cotton_crop[age=0] from getPlant.
This is because cotton is registered last during item registration, and the crop is a static field. Changing this to a map of meta to crop, and performing a lookup in getPlant should resolve this.
https://github.com/progwml6/Natura/blob/1.12/src/main/java/com/progwml6/natura/overworld/item/ItemSeeds.java#L22
Steps to Reproduce
N/A
Crash Log
N/A
Forge Log
N/A
The text was updated successfully, but these errors were encountered: