Procedure Creation for Armor Pieces

Started by Caballar on

Topic category: Help with modding (Java Edition)

Last seen on 18:00, 14. Sep 2024
Joined Sep 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Procedure Creation for Armor Pieces

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.

Last seen on 12:56, 17. Sep 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I dont think you can…
Sat, 09/14/2024 - 18:41

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.