MrCrayfish's Gun Mod

MrCrayfish's Gun Mod

25M Downloads

Gun workbench crashes if there's no recipes

slava110 opened this issue ยท 0 comments

commented

You can find crash in #315
This happens because Create Gun Recipes Datapack removes all gun workbench recipes
image
And because there's no gun recipes currentItem field is null on GUI init and this line is causing a crash

StringBuilder builder = new StringBuilder(currentItem.getHoverName().getString());

I know that this is very specific issue but would be cool to get some kind of warning or empty recipe screen without a crash