NPE within TurtleItemFactory on load
SquidDev opened this issue ยท 0 comments
Useful information to include:
- Minecraft version: 1.12.2 (Forge 14.23.5.2847)
- CC: Tweaked version: 1.86.0
- Crash log
When starting the game (before even loading the world), Minecraft crashes with an NPE within TurtleItemFactory
. This implies that ComputerCraft.Item.turtleExtended
is null, and thus has not been registered. However, CC: Tweaked is in the "Available state", and thus all items should have been registered.