[1.12] [1.0.0] Crash due to java.lang.NoSuchFieldError: ITEMS
starg09 opened this issue ยท 2 comments
- Mod version: 1.0.0
- Minecraft Version: 1.12
- Forge build: 2348
Cannot reproduce this in my development environment. Managed to reproduce on older Forge versions outside of dev, so it's not related to the latest Forge release.
Fixed in 1.0.1
Well, I'm not using ForgeRegistries.ITEMS.getValue()
to lookup items anymore.
I'm now using Item.REGISTRY.getObject()
until the actual issue is resolved.