Started by
gustavowizard123
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a container GUI with inventory for a block, but i dont want the player inventory on it.. i dont have space for it when it shows, i need 64 slots for a checkers board.
what part of the GUI code i could remove for this?
any ideas guys? thanks!
In the code it should be somewhere around "bindPlayerInventory". I can not say more because I am not at home now. I can look on it later.
thank you very much!
i think i see it but i dont know what part to change or remove..
they changed this i guess, on 2020.3 i cant find "bindPlayerInventory" on the code anymore... not sure how to do it now.. any sugestions?
thanks
For 2020.2 maybe higher, in the gui settings there is a selection for player slots or no player slots. Its in the top right.
im using 2020.3; on the top right there is the options 'GUI with Slots' or 'GUI without slots', no other option there; if you chose without slots you cant make the GUI a inventory thou, im using in this case for machines, so i need input/output slots, i could just set everything above the player inventory in the worst case thou...
hum i guess i can live with that; using the upper part for my machines slots... yet would be nice to know how to fix it :)
I think I have a solution (in 2020.5)
Just bring the inventory slots to -256 in the first place and 128 in the second, it will no longer be visible