Started by
AlexRandall
on
Topic category: Advanced modding
Hi I have been trying to create a chest that is hidden by a wood plank texture and have got the block created but when I try and make the GUI slots you have to move in one by one. Is it possible to use the same GUI as the real chest has from Minecraft? If so how could I do this without having to move a slot one by one making it very difficult.
That isn't possible because you'd need to make another class for the chest inventory function which MCreator doesn't allow you to do.
**Yet**
You can manually edit the code to make it extend the block chest and override any functions that need to be.
Well, true as well, didn't think of it :(
My bad.