Armor upgrading system

Started by Evansomething on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Armor upgrading system

https://imgur.com/a/D63xZHv

 

https://www.youtube.com/watch?v=HS0ilIvmGZU

 

this is what type of armor system i wanna recreate but how would i do that?

 

add me on discord at evan_7880

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can use the item tooltip…
Fri, 10/11/2024 - 11:50

You can use the item tooltip plugin to add stats and other info in an items description.

I feel like the videos pretty clear. You would need to make a new crafting block with all your necessary inputs. Then you would make seperate items for every possible combination of items. That way you can change the armour values through the properties depending on the combination.

You would also need to make crafting recipes for every combination. You would have to do these through procedures and not through the recipe element. Use the template procedure 4x4 crafting recipe as a start and then go from there. That template would be for a single item so the procedure will be long. Therefore it would be better if it was button activated.

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ahh okay so i see what your…
Fri, 10/11/2024 - 14:08

ahh okay so i see what your saying

 

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how would i go along with…
Fri, 10/11/2024 - 14:52

how would i go along with making it button activated

 

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well in the gui menu you add…
Fri, 10/11/2024 - 16:27

Well in the gui menu you add a button, then the long recipe procedure is activated from that button.

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i did it but its only…
Fri, 10/11/2024 - 18:44

i did it but its only showing the tooltip in the workbench and not the inventory

Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I dont know anything about…
Fri, 10/11/2024 - 22:38

I dont know anything about the tooltip plugin other than it exists.