promotional bannermobile promotional banner

Romimoco-Ores

Add JSON defined ores and associated items

File Details

romimoco-ores-0.4.0.jar

  • B
  • Jul 4, 2018
  • 124.12 KB
  • 338
  • 1.12.2

File Name

romimoco-ores-0.4.0.jar

Supported Versions

  • 1.12.2

- Added the ability to set gear statistics independent of hardness.  

- Each ore definition now has an optional ItemStats block, which can be used to configure the stats for the generated tools and armor.

"ItemStats": {
        "Efficiency": 8.0,
        "Damage": 3,
        "ArmorClass": 1,
        "Toughness": 2,
        "Enchantability": 10,
        "DurabilityMod": 7
}

- Efficiency determines the efficiency of the tools

- Damage determines how much damage the sword and axe do.

- ArmorClass will determine how much armor an armor piece provides.

- Toughness allows armor to be stronger than diamond (toughness > 2)

- Enchantability is how easy the item can be enchanted.

- DurabilityMod determines the final durabilities of the weapons and armor

 

 

- Fixes for Thermal Expansion Integration