Version 0.11.9.1

This commit is contained in:
PietroSainaghi
2022-10-31 09:44:45 -07:00
parent 35aff91e33
commit cb3f80f938
332 changed files with 11097 additions and 2612 deletions
+2 -2
View File
@@ -331,7 +331,7 @@ blockbrightsteel.addDataValue("harvestTool", "pickaxe");
var armorbrightsteel = brightsteel.registerPart("armor").getData();
armorbrightsteel.addDataValue("durability", "1500000");
armorbrightsteel.addDataValue("enchantability", "10");
armorbrightsteel.addDataValue("reduction", "6,9,10,5");
armorbrightsteel.addDataValue("reduction", "7,10,12,6");
armorbrightsteel.addDataValue("toughness", "15");
var colorcaesium = Color.fromHex("426334") as Color;
@@ -406,7 +406,7 @@ blockblackmetal.addDataValue("harvestTool", "pickaxe");
var armorblackmetal = blackmetal.registerPart("armor").getData();
armorblackmetal.addDataValue("durability", "1500000");
armorblackmetal.addDataValue("enchantability", "100");
armorblackmetal.addDataValue("reduction", "6,6,6,6");
armorblackmetal.addDataValue("reduction", "8,9,12,7");
armorblackmetal.addDataValue("toughness", "3");
var colorpromethium = Color.fromHex("7df59d") as Color;