Started by
therealnoobking
on
Topic category: Help with Minecraft modding (Java Edition)
I am attempting to make a custom furnace block and the block itself can be placed just fine, I attached a GUI to it but upon right clicking, the UI appears as intended but the game immediately crashes. Here is the crash log: https://pastebin.com/kW5M6YHG
in the crash log it says "Index 2 out of bounds for length 2" it probably is a problem with the inventory size you set in the block entity, it's a furnace so I guess it has three slots, did you set the inventory size to three?
I was under the impression that the inventory size's number values functioned the same as the gui editor. Idk why I didn't think to check something so simple lol. Thanks for the help :)
you're welcome