im useing forge 1.15.2 but it worked for 2 days and now its just crashing saying an unexpected issuse has occuredand the game has crashed ive restarted my pc and it keeps happening idk what to do
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.
Somewhere between Forge 52.0.1 and 54.1.0 they implemented the need so set a property Id.
Try setting the id like this:
new ShotgunItem(new Item.Properties().durability(100).stacksTo(1).setId(ITEMS.key("shotgun"))
Recommended Posts
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.