Started by
Caballar
on
Topic category: Help with Minecraft modding (Java Edition)
Im Trying to create a procedure when a armor piece is created it extends your inventory by row for each piece equipped however I can find a procedure piece to be able to do this.
I dont think you can increase the size of the inventory without using code. You can alternatively create a gui with more rows that a player can open when wearing the armour, however you wouldnt be able to increase the inventory very easily based on number of armour pieces worn. I thought you could use an overlay on player opens inventory and add space to the left and right but you cant add inventory slots to an overlay. There might be a way to add gui to the existing player inventory but it most likely involves coding it yourself.