You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
259 B
Java

package net.fabricmc.example;
import net.fabricmc.config;
public class DragonArmorMaterial implements ArmorMaterial {
@Override
public int getDurability(EquipmentSlot slot) {
return config.DragonArmor.BASE_DURABILITY[slot.getEntitySlotId()] * ;
}
}