Posted May 12, 20196 yr comment_342120 So I'm trying to add tools, and when I have them all, Forge seems to crash on startup, throwing a RuntimeException. This appears to be due to Forge trying to make an ItemPickaxe reference refer to a subclass of ItemHoe. Here's a gist with the crash log. Using version 14.23.5.2800. Edited May 12, 20196 yr by superminerJG
May 12, 20196 yr comment_342122 This to me looks like you have a public static final ItemPickaxe COPPER_PICKAXE field in your class, annotated with ObjectHolder but the item with the minetech:copper_pickaxe registry name is actually a hoe. As in your hoe item has a pickaxe's registry name.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.