Started by
Varazius
on
Topic category: Help with Minecraft modding (Java Edition)
Je cherche à savoir comment faire un inventaire pour un block qui n'est pas lié à l'inventaire du joueur ?
Topic category: Help with Minecraft modding (Java Edition)
Je cherche à savoir comment faire un inventaire pour un block qui n'est pas lié à l'inventaire du joueur ?
Question (In English): "I'm looking to know how to make an inventory for a block that is not linked to the player's inventory?"
Just create a GUI that is linked to your block. (and don't forget to make your block a TileEntity)
Thank u !
also dont forget to set the right number of slots (last slot +1) on the block creation (i made this mistake today and got a lot of crashes ) :D