1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
This commit is contained in:
2021-01-23 21:36:55 +01:00
parent 23cbad2e35
commit 5bd7d3a786
627 changed files with 24696 additions and 42 deletions

View File

@ -0,0 +1,18 @@
{
"key": "elementium",
"category": "metal",
"primary": "7.5",
"secondary": "4.3",
"tertiary": "4.2",
"durability": "720",
"integrityCost": "2",
"integrityGain": "7",
"magicCapacity": "178",
"toolLevel": "4",
"toolEfficiency": "9",
"tints": { "glyph": "e6007f", "texture": "e6007f" },
"textures": ["shiny", "default"],
"material": { "tag": "forge:ingots/elementium", "count": 1 },
"improvements": { "mana_repair": 2 },
"requiredTools": { "hammer": 4 }
}

View File

@ -0,0 +1,18 @@
{
"key": "manasteel",
"category": "metal",
"primary": "6",
"secondary": "4.1",
"tertiary": "3.6",
"durability": "300",
"integrityCost": "2",
"integrityGain": "6",
"magicCapacity": "150",
"toolLevel": "3",
"toolEfficiency": "7",
"tints": { "glyph": "3287fc", "texture": "3287fc" },
"textures": ["shiny", "default"],
"material": { "tag": "forge:ingots/manasteel", "count": 1 },
"improvements": { "mana_repair": 3 },
"requiredTools": { "hammer": 3 }
}

View File

@ -0,0 +1,18 @@
{
"key": "terrasteel",
"category": "metal",
"primary": "12",
"secondary": "5.1",
"tertiary": "7.9",
"durability": "2300",
"integrityCost": "3",
"integrityGain": "8",
"magicCapacity": "192",
"toolLevel": "4",
"toolEfficiency": "11",
"tints": { "glyph": "5bfc12", "texture": "5bfc12" },
"textures": ["shiny", "default"],
"material": { "tag": "forge:ingots/terrasteel", "count": 1 },
"improvements": { "mana_repair": 1 },
"requiredTools": { "hammer": 5 }
}