Started by
MLGopposite
on
Topic category: Help with Minecraft modding (Java Edition)
obviously there is something here that im not understanding, but how do i make a custom chest, with like bigger slots and what not
Topic category: Help with Minecraft modding (Java Edition)
obviously there is something here that im not understanding, but how do i make a custom chest, with like bigger slots and what not
@#8 How do you make an inventory inherited from the block? If I try to add an input slot, it tells me I need to add an inventory. So I click "Add an Inventory" and have to add my own. Then MC adds the "Inherited" one to the list. So I then delete mine, but still doesn't work.
Thanks
Nice, it worked!
how are you chests?
how are you chests?
I'm using 1.8.0. the items just disappear. I did the same exact thing, I think...
> I've done as asked, but for whatever reason, when I open the block's inventory and drag something into it, it looks fine, but when I hit ESC to close the inventory and open it back up, it's gone. :( Is there something I need to do to save the inventory in the object before closing it or something?
Same problem, but I actually make GUI for an item, and have no opportunity to just press *make block inventory*
Can someone help me with that?
When you make the GUI, you have to bind it to a block. When you add the inventory, you should choose "inherited" inventory.
I have follow all the steps to make an inventory block but there is a problem tho , when I close the gui the block drop a "ghost" version of all items which where in the gui , and when I open the gui they just vanished ... please help !
Well , it finaly worked when I suppressed the "inherited" , thx .
when i'm opening my chest block game says saving world and closing
@superpaperboy, you need to specify how many slots you have in your block entity. It will crash if you have the wrong number of slots that doesn't match how many slots you have in the GUI.