Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.
Ivan edited this page Dec 14, 2021 · 1 revision

Okay, make an armor.

Very easy! Create Java class with your armor material:

Implement IArmorMaterial, and his methods:

Where is ModId(), we write our mod id. Here is my example:

create class with your armor material, and perfect!

Clone this wiki locally