Issue with GUI bound to a block

Published by Super_m on
Status
Works as designed
Issue description

So i've been making a new mod and decided to add some GUI's to it, but as soon as I am done making (very simplistic, mind you) inventory, I get this error. It says it's missing the sign but when I look in the code it is there. I've been trying to fine a mention of this bug, but I only get vague similar problems. I don't exactly want to get back to 1.8.1 as I like the procedures and th ability to rotate blocks.It says it's missing the sign but when I look in the code it is there.

Issue comments

This is a normal error and means you did not read the instructions on the GUI editor. You have bound the GUI to a block which does not have inventory tile entity enabled. To fix this open editor for the block GUI is bound to and enable inventory on it.

How to do this: https://youtu.be/qdGJY7ljujM?t=177

Heh. I can't belive I actually forggot to do that. I'm so dumb.