mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
v0.2
This commit is contained in:
266
kubejs/data/tetra/loot_tables/actions/geode.json
Normal file
266
kubejs/data/tetra/loot_tables/actions/geode.json
Normal file
@ -0,0 +1,266 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"name": "geode_extended",
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "group",
|
||||
"weight": 8,
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:gold_nugget",
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_nugget",
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:copper_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:aluminum_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:silver_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:lead_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:nickel_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:uranium_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:osmium_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:tin_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "emendatusenigmatica:zinc_nugget",
|
||||
"expand": true,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 4, "max": 12 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tetra:pristine_diamond",
|
||||
"weight": 6,
|
||||
"conditions": [
|
||||
{ "condition": "tetra:random_chance_with_fortune", "chance": 0.1, "fortuneMultiplier": 0.15 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tetra:pristine_emerald",
|
||||
"weight": 4,
|
||||
"conditions": [
|
||||
{ "condition": "tetra:random_chance_with_fortune", "chance": 0.1, "fortuneMultiplier": 0.15 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "tetra:pristine_lapis",
|
||||
"weight": 8,
|
||||
"conditions": [
|
||||
{ "condition": "tetra:random_chance_with_fortune", "chance": 0.1, "fortuneMultiplier": 0.15 }
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 4,
|
||||
"conditions": [
|
||||
{ "condition": "tetra:random_chance_with_fortune", "chance": 0.5, "fortuneMultiplier": 0.2 }
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 1 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 2,
|
||||
"conditions": [
|
||||
{ "condition": "tetra:random_chance_with_fortune", "chance": 0.5, "fortuneMultiplier": 0.2 }
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 1 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:flint",
|
||||
"weight": 4,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 1, "max": 3 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 4 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:redstone",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 1, "max": 5 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:lapis_lazuli",
|
||||
"weight": 5,
|
||||
"functions": [
|
||||
{ "function": "set_count", "count": { "min": 1, "max": 5 } },
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "uniform_bonus_count",
|
||||
"parameters": { "bonusMultiplier": 3 }
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
17
kubejs/data/tetra/materials/gem/blazing.json
Normal file
17
kubejs/data/tetra/materials/gem/blazing.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "blazing",
|
||||
"category": "gem",
|
||||
"primary": "5",
|
||||
"secondary": "2.7",
|
||||
"tertiary": "3.5",
|
||||
"durability": "480",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "114",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "9",
|
||||
"tints": { "glyph": "e9b413", "texture": "e9b413" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "item": "powah:crystal_blazing", "count": 2 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/dimensional_shard.json
Normal file
17
kubejs/data/tetra/materials/gem/dimensional_shard.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "dimensional_shard",
|
||||
"category": "gem",
|
||||
"primary": "3.8",
|
||||
"secondary": "2.7",
|
||||
"tertiary": "0.7",
|
||||
"durability": "1376",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "3",
|
||||
"magicCapacity": "152",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7.5",
|
||||
"tints": { "glyph": "80c8c7", "texture": "80c8c7" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/dimensional", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/dragonstone.json
Normal file
17
kubejs/data/tetra/materials/gem/dragonstone.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "dragonstone",
|
||||
"category": "gem",
|
||||
"primary": "7.5",
|
||||
"secondary": "3",
|
||||
"tertiary": "0",
|
||||
"durability": "2150",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "172",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "10.5",
|
||||
"tints": { "glyph": "fcb0e2", "texture": "fcb0e2" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/dragonstone", "count": 2 },
|
||||
"requiredTools": { "hammer": 4 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/ender_biotite.json
Normal file
17
kubejs/data/tetra/materials/gem/ender_biotite.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "ender_biotite",
|
||||
"category": "gem",
|
||||
"primary": "3",
|
||||
"secondary": "1.9",
|
||||
"tertiary": "0.3",
|
||||
"durability": "125",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "2",
|
||||
"magicCapacity": "104",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "5.5",
|
||||
"tints": { "glyph": "090d13", "texture": "090d13" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/biotite", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/ender_pearl.json
Normal file
17
kubejs/data/tetra/materials/gem/ender_pearl.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "ender_pearl",
|
||||
"category": "gem",
|
||||
"primary": "3.5",
|
||||
"secondary": "2.25",
|
||||
"tertiary": "0.8",
|
||||
"durability": "520",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "3",
|
||||
"magicCapacity": "136",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7",
|
||||
"tints": { "glyph": "0b4c41", "texture": "0b4c41" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/ender", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/fluorite.json
Normal file
17
kubejs/data/tetra/materials/gem/fluorite.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "fluorite",
|
||||
"category": "gem",
|
||||
"primary": "3.2",
|
||||
"secondary": "1.6",
|
||||
"tertiary": "0.4",
|
||||
"durability": "880",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "2",
|
||||
"magicCapacity": "130",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "5",
|
||||
"tints": { "glyph": "e8f9f8", "texture": "e8f9f8" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/fluorite", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/lapis.json
Normal file
17
kubejs/data/tetra/materials/gem/lapis.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "lapis",
|
||||
"category": "gem",
|
||||
"primary": "3",
|
||||
"secondary": "2.1",
|
||||
"tertiary": "0.5",
|
||||
"durability": "100",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "2",
|
||||
"magicCapacity": "122",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "6",
|
||||
"tints": { "glyph": "lapis_glyph", "texture": "lapis" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/lapis", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/mana_diamond.json
Normal file
17
kubejs/data/tetra/materials/gem/mana_diamond.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "mana_diamond",
|
||||
"category": "gem",
|
||||
"primary": "6.5",
|
||||
"secondary": "2.95",
|
||||
"tertiary": "0",
|
||||
"durability": "1800",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "3",
|
||||
"magicCapacity": "166",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "8.5",
|
||||
"tints": { "glyph": "39ecfc", "texture": "39ecfc" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/mana_diamond", "count": 2 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/mana_gem.json
Normal file
17
kubejs/data/tetra/materials/gem/mana_gem.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "mana_gem",
|
||||
"category": "gem",
|
||||
"primary": "4",
|
||||
"secondary": "2.45",
|
||||
"tertiary": "1.2",
|
||||
"durability": "605",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "3",
|
||||
"magicCapacity": "158",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7.5",
|
||||
"tints": { "glyph": "ae44e2", "texture": "ae44e2" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/mana", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/mana_pearl.json
Normal file
17
kubejs/data/tetra/materials/gem/mana_pearl.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "mana_pearl",
|
||||
"category": "gem",
|
||||
"primary": "4",
|
||||
"secondary": "2.3",
|
||||
"tertiary": "0.9",
|
||||
"durability": "678",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "164",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "8",
|
||||
"tints": { "glyph": "007b9b", "texture": "007b9b" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "item": "botania:mana_pearl", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/niotic.json
Normal file
17
kubejs/data/tetra/materials/gem/niotic.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "niotic",
|
||||
"category": "gem",
|
||||
"primary": "6",
|
||||
"secondary": "3.4",
|
||||
"tertiary": "4.2",
|
||||
"durability": "891",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "5",
|
||||
"magicCapacity": "128",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "10",
|
||||
"tints": { "glyph": "0082a1", "texture": "0082a1" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "item": "powah:crystal_niotic", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/nitro.json
Normal file
17
kubejs/data/tetra/materials/gem/nitro.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "nitro",
|
||||
"category": "gem",
|
||||
"primary": "9",
|
||||
"secondary": "4.6",
|
||||
"tertiary": "5",
|
||||
"durability": "2377",
|
||||
"integrityCost": "3",
|
||||
"integrityGain": "7",
|
||||
"magicCapacity": "186",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "12",
|
||||
"tints": { "glyph": "b82b2d", "texture": "b82b2d" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "item": "powah:crystal_nitro", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/prismarine.json
Normal file
17
kubejs/data/tetra/materials/gem/prismarine.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "prismarine",
|
||||
"category": "gem",
|
||||
"primary": "4",
|
||||
"secondary": "2.05",
|
||||
"tertiary": "0.7",
|
||||
"durability": "645",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "2",
|
||||
"magicCapacity": "124",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7.5",
|
||||
"tints": { "glyph": "8fc3b5", "texture": "8fc3b5" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/prismarine", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/quartz.json
Normal file
17
kubejs/data/tetra/materials/gem/quartz.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "quartz",
|
||||
"category": "gem",
|
||||
"primary": "2.5",
|
||||
"secondary": "2.15",
|
||||
"tertiary": "0.7",
|
||||
"durability": "110",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "2",
|
||||
"magicCapacity": "122",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7.5",
|
||||
"tints": { "glyph": "b4a28c", "texture": "b4a28c" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "tag": "forge:gems/quartz", "count": 2 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/gem/spirited.json
Normal file
17
kubejs/data/tetra/materials/gem/spirited.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "spirited",
|
||||
"category": "gem",
|
||||
"primary": "7",
|
||||
"secondary": "3.8",
|
||||
"tertiary": "4.6",
|
||||
"durability": "1188",
|
||||
"integrityCost": "3",
|
||||
"integrityGain": "6",
|
||||
"magicCapacity": "162",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "11",
|
||||
"tints": { "glyph": "86c52d", "texture": "86c52d" },
|
||||
"textures": ["shiny", "crude"],
|
||||
"material": { "item": "powah:crystal_spirited", "count": 2 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/alfsteel.json
Normal file
17
kubejs/data/tetra/materials/metal/alfsteel.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "alfsteel",
|
||||
"category": "metal",
|
||||
"primary": "13",
|
||||
"secondary": "5.3",
|
||||
"tertiary": "8.6",
|
||||
"durability": "2950",
|
||||
"integrityCost": "4",
|
||||
"integrityGain": "9",
|
||||
"magicCapacity": "216",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "12.5",
|
||||
"tints": { "glyph": "f5b540", "texture": "f28a3f" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/alfsteel", "count": 1 },
|
||||
"requiredTools": { "hammer": 6 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/aluminum.json
Normal file
17
kubejs/data/tetra/materials/metal/aluminum.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "aluminum",
|
||||
"category": "metal",
|
||||
"primary": "4",
|
||||
"secondary": "3.1",
|
||||
"tertiary": "3.4",
|
||||
"durability": "223",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "78",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "5.5",
|
||||
"tints": { "glyph": "ecf1f8", "texture": "ecf1f8" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/aluminum", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/brass.json
Normal file
17
kubejs/data/tetra/materials/metal/brass.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "brass",
|
||||
"category": "metal",
|
||||
"primary": "5.5",
|
||||
"secondary": "4.7",
|
||||
"tertiary": "3.1",
|
||||
"durability": "450",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "118",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7",
|
||||
"tints": { "glyph": "978b37", "texture": "978b37" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/brass", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
18
kubejs/data/tetra/materials/metal/compat/elementium.json
Normal file
18
kubejs/data/tetra/materials/metal/compat/elementium.json
Normal 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 }
|
||||
}
|
18
kubejs/data/tetra/materials/metal/compat/manasteel.json
Normal file
18
kubejs/data/tetra/materials/metal/compat/manasteel.json
Normal 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 }
|
||||
}
|
18
kubejs/data/tetra/materials/metal/compat/terrasteel.json
Normal file
18
kubejs/data/tetra/materials/metal/compat/terrasteel.json
Normal 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 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/compressed_iron.json
Normal file
17
kubejs/data/tetra/materials/metal/compressed_iron.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "compressed_iron",
|
||||
"category": "metal",
|
||||
"primary": "6",
|
||||
"secondary": "6",
|
||||
"tertiary": "2.8",
|
||||
"durability": "380",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "6",
|
||||
"magicCapacity": "112",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "8",
|
||||
"tints": { "glyph": "868686", "texture": "868686" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/compressed_iron", "count": 1 },
|
||||
"requiredTools": { "hammer": 4 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/constantan.json
Normal file
17
kubejs/data/tetra/materials/metal/constantan.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "constantan",
|
||||
"category": "metal",
|
||||
"primary": "4",
|
||||
"secondary": "3.5",
|
||||
"tertiary": "2.8",
|
||||
"durability": "232",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "110",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7",
|
||||
"tints": { "glyph": "d5856a", "texture": "d5856a" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/constantan", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/enderium.json
Normal file
17
kubejs/data/tetra/materials/metal/enderium.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "enderium",
|
||||
"category": "metal",
|
||||
"primary": "9.5",
|
||||
"secondary": "8",
|
||||
"tertiary": "8",
|
||||
"durability": "1991",
|
||||
"integrityCost": "4",
|
||||
"integrityGain": "8",
|
||||
"magicCapacity": "168",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "11",
|
||||
"tints": { "glyph": "0a4949", "texture": "0a4949" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/enderium", "count": 1 },
|
||||
"requiredTools": { "hammer": 4 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/energized_steel.json
Normal file
17
kubejs/data/tetra/materials/metal/energized_steel.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "energized_steel",
|
||||
"category": "metal",
|
||||
"primary": "5",
|
||||
"secondary": "4.6",
|
||||
"tertiary": "4",
|
||||
"durability": "505",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "5",
|
||||
"magicCapacity": "108",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "8",
|
||||
"tints": { "glyph": "dac5ab", "texture": "dac5ab" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/energized_steel", "count": 1 },
|
||||
"requiredTools": { "hammer": 4 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/gaia.json
Normal file
17
kubejs/data/tetra/materials/metal/gaia.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "gaia",
|
||||
"category": "metal",
|
||||
"primary": "11",
|
||||
"secondary": "4.7",
|
||||
"tertiary": "10.8",
|
||||
"durability": "2730",
|
||||
"integrityCost": "4",
|
||||
"integrityGain": "8",
|
||||
"magicCapacity": "208",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "13.5",
|
||||
"tints": { "glyph": "cebdf5", "texture": "cebdf5" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/gaia", "count": 1 },
|
||||
"requiredTools": { "hammer": 5 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/hop_graphite.json
Normal file
17
kubejs/data/tetra/materials/metal/hop_graphite.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "hop_graphite",
|
||||
"category": "metal",
|
||||
"primary": "6",
|
||||
"secondary": "5.8",
|
||||
"tertiary": "1",
|
||||
"durability": "1575",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "6",
|
||||
"magicCapacity": "124",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "8",
|
||||
"tints": { "glyph": "1e1e1e", "texture": "1e1e1e" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/hop_graphite", "count": 1 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/invar.json
Normal file
17
kubejs/data/tetra/materials/metal/invar.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "invar",
|
||||
"category": "metal",
|
||||
"primary": "6.5",
|
||||
"secondary": "5.7",
|
||||
"tertiary": "3.3",
|
||||
"durability": "535",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "3",
|
||||
"magicCapacity": "126",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "7.5",
|
||||
"tints": { "glyph": "b6c2bd", "texture": "b6c2bd" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/invar", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/lumium.json
Normal file
17
kubejs/data/tetra/materials/metal/lumium.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "lumium",
|
||||
"category": "metal",
|
||||
"primary": "4.6",
|
||||
"secondary": "4.2",
|
||||
"tertiary": "9",
|
||||
"durability": "545",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "6",
|
||||
"magicCapacity": "146",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "10",
|
||||
"tints": { "glyph": "e2f0b3", "texture": "e2f0b3" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/lumium", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/neptunium.json
Normal file
17
kubejs/data/tetra/materials/metal/neptunium.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "neptunium",
|
||||
"category": "metal",
|
||||
"primary": "9",
|
||||
"secondary": "4.2",
|
||||
"tertiary": "4.9",
|
||||
"durability": "2100",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "158",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "9.1",
|
||||
"tints": { "glyph": "17f1b6", "texture": "17f1b6" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/neptunium", "count": 1 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/pink_slime.json
Normal file
17
kubejs/data/tetra/materials/metal/pink_slime.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "pink_slime",
|
||||
"category": "metal",
|
||||
"primary": "2",
|
||||
"secondary": "1.6",
|
||||
"tertiary": "9.8",
|
||||
"durability": "1850",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "6",
|
||||
"magicCapacity": "108",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "4.5",
|
||||
"tints": { "glyph": "c078b4", "texture": "c078b4" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/pink_slime", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/quartz_enriched_iron.json
Normal file
17
kubejs/data/tetra/materials/metal/quartz_enriched_iron.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "quartz_enriched_iron",
|
||||
"category": "metal",
|
||||
"primary": "6",
|
||||
"secondary": "4.4",
|
||||
"tertiary": "3.5",
|
||||
"durability": "360",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "94",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "8.5",
|
||||
"tints": { "glyph": "eeede9", "texture": "eeede9" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "item": "refinedstorage:quartz_enriched_iron", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/refined_glowstone.json
Normal file
17
kubejs/data/tetra/materials/metal/refined_glowstone.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "refined_glowstone",
|
||||
"category": "metal",
|
||||
"primary": "10",
|
||||
"secondary": "4.5",
|
||||
"tertiary": "6.7",
|
||||
"durability": "239",
|
||||
"integrityCost": "3",
|
||||
"integrityGain": "7",
|
||||
"magicCapacity": "154",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "11",
|
||||
"tints": { "glyph": "fce599", "texture": "fce599" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/refined_glowstone", "count": 1 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/refined_obsidian.json
Normal file
17
kubejs/data/tetra/materials/metal/refined_obsidian.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "refined_obsidian",
|
||||
"category": "metal",
|
||||
"primary": "9.5",
|
||||
"secondary": "7",
|
||||
"tertiary": "4.8",
|
||||
"durability": "2377",
|
||||
"integrityCost": "4",
|
||||
"integrityGain": "8",
|
||||
"magicCapacity": "168",
|
||||
"toolLevel": "4",
|
||||
"toolEfficiency": "10",
|
||||
"tints": { "glyph": "7f67ab", "texture": "7f67ab" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/refined_obsidian", "count": 1 },
|
||||
"requiredTools": { "hammer": 4 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/signalum.json
Normal file
17
kubejs/data/tetra/materials/metal/signalum.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "signalum",
|
||||
"category": "metal",
|
||||
"primary": "7.5",
|
||||
"secondary": "6",
|
||||
"tertiary": "8",
|
||||
"durability": "1100",
|
||||
"integrityCost": "3",
|
||||
"integrityGain": "5",
|
||||
"magicCapacity": "152",
|
||||
"toolLevel": "3",
|
||||
"toolEfficiency": "9.5",
|
||||
"tints": { "glyph": "fa631a", "texture": "fa631a" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/signalum", "count": 1 },
|
||||
"requiredTools": { "hammer": 3 }
|
||||
}
|
17
kubejs/data/tetra/materials/metal/zinc.json
Normal file
17
kubejs/data/tetra/materials/metal/zinc.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"key": "zinc",
|
||||
"category": "metal",
|
||||
"primary": "6",
|
||||
"secondary": "4.2",
|
||||
"tertiary": "2.8",
|
||||
"durability": "320",
|
||||
"integrityCost": "2",
|
||||
"integrityGain": "4",
|
||||
"magicCapacity": "86",
|
||||
"toolLevel": "2",
|
||||
"toolEfficiency": "6",
|
||||
"tints": { "glyph": "a4ab6a", "texture": "a4ab6a" },
|
||||
"textures": ["shiny", "default"],
|
||||
"material": { "tag": "forge:ingots/zinc", "count": 1 },
|
||||
"requiredTools": { "hammer": 2 }
|
||||
}
|
140
kubejs/data/tetra/replacements/axes.json
Normal file
140
kubejs/data/tetra/replacements/axes.json
Normal file
@ -0,0 +1,140 @@
|
||||
[
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:bronze_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/bronze"],
|
||||
"double/head_right": ["double/butt_right", "butt/bronze"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:workable": 1,
|
||||
"double/head_right:workable": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:lapis_lazuli_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/lapis"],
|
||||
"double/head_right": ["double/butt_right", "butt/lapis"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:osmium_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/osmium"],
|
||||
"double/head_right": ["double/butt_right", "butt/osmium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_glowstone_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/refined_glowstone"],
|
||||
"double/head_right": ["double/butt_right", "butt/refined_glowstone"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_obsidian_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/refined_obsidian"],
|
||||
"double/head_right": ["double/butt_right", "butt/refined_obsidian"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:steel_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/steel"],
|
||||
"double/head_right": ["double/butt_right", "butt/steel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "immersiveengineering:axe_steel" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/steel"],
|
||||
"double/head_right": ["double/butt_right", "butt/steel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:infused_iron_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/infused_iron"],
|
||||
"double/head_right": ["double/butt_right", "butt/infused_iron"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:naturesaura_aura_mending_innate": 1,
|
||||
"double/head_right:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:sky_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/sky"],
|
||||
"double/head_right": ["double/butt_right", "butt/sky"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:naturesaura_aura_mending_innate": 1,
|
||||
"double/head_right:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:manasteel_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/manasteel"],
|
||||
"double/head_right": ["double/butt_right", "butt/manasteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:elementium_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/elementium"],
|
||||
"double/head_right": ["double/butt_right", "butt/elementium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/jacaranda"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:terra_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/terrasteel"],
|
||||
"double/head_right": ["double/butt_right", "butt/terrasteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/terrasteel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aquaculture:neptunium_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/neptunium"],
|
||||
"double/head_right": ["double/butt_right", "butt/neptunium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/neptunium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mythicbotany:alfsteel_axe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_axe_left", "basic_axe/alfsteel"],
|
||||
"double/head_right": ["double/butt_right", "butt/alfsteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/alfsteel"]
|
||||
}
|
||||
}
|
||||
]
|
18
kubejs/data/tetra/replacements/bows.json
Normal file
18
kubejs/data/tetra/replacements/bows.json
Normal file
@ -0,0 +1,18 @@
|
||||
[
|
||||
{
|
||||
"predicate": { "item": "aquaculture:neptunium_bow" },
|
||||
"item": "tetra:modular_bow",
|
||||
"modules": {
|
||||
"bow/stave": ["bow/straight_stave", "straight_stave/neptunium"],
|
||||
"bow/string": ["bow/basic_string", "basic_string/string"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botaniaadditions:terra_bow" },
|
||||
"item": "tetra:modular_bow",
|
||||
"modules": {
|
||||
"bow/stave": ["bow/straight_stave", "straight_stave/terrasteel"],
|
||||
"bow/string": ["bow/basic_string", "basic_string/string"]
|
||||
}
|
||||
}
|
||||
]
|
140
kubejs/data/tetra/replacements/hoes.json
Normal file
140
kubejs/data/tetra/replacements/hoes.json
Normal file
@ -0,0 +1,140 @@
|
||||
[
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:bronze_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/bronze"],
|
||||
"double/head_right": ["double/butt_right", "butt/bronze"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:workable": 1,
|
||||
"double/head_right:workable": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:lapis_lazuli_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/lapis"],
|
||||
"double/head_right": ["double/butt_right", "butt/lapis"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:osmium_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/osmium"],
|
||||
"double/head_right": ["double/butt_right", "butt/osmium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_glowstone_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/refined_glowstone"],
|
||||
"double/head_right": ["double/butt_right", "butt/refined_glowstone"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_obsidian_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/refined_obsidian"],
|
||||
"double/head_right": ["double/butt_right", "butt/refined_obsidian"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:steel_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/steel"],
|
||||
"double/head_right": ["double/butt_right", "butt/steel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "immersiveengineering:hoe_steel" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/steel"],
|
||||
"double/head_right": ["double/butt_right", "butt/steel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:infused_iron_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/sky"],
|
||||
"double/head_right": ["double/butt_right", "butt/sky"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:naturesaura_aura_mending_innate": 1,
|
||||
"double/head_right:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:sky_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/sky"],
|
||||
"double/head_right": ["double/butt_right", "butt/sky"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:naturesaura_aura_mending_innate": 1,
|
||||
"double/head_right:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aiotbotania:manasteel_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/manasteel"],
|
||||
"double/head_right": ["double/butt_right", "butt/manasteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aiotbotania:elementium_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/elementium"],
|
||||
"double/head_right": ["double/butt_right", "butt/elementium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/jacaranda"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aiotbotania:terra_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/terrasteel"],
|
||||
"double/head_right": ["double/butt_right", "butt/terrasteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/terrasteel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aquaculture:neptunium_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/neptunium"],
|
||||
"double/head_right": ["double/butt_right", "butt/neptunium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/neptunium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aiotbotania:alfsteel_hoe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/hoe_left", "hoe/alfsteel"],
|
||||
"double/head_right": ["double/butt_right", "butt/alfsteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/alfsteel"]
|
||||
}
|
||||
}
|
||||
]
|
140
kubejs/data/tetra/replacements/pickaxes.json
Normal file
140
kubejs/data/tetra/replacements/pickaxes.json
Normal file
@ -0,0 +1,140 @@
|
||||
[
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:bronze_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/bronze"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/bronze"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:workable": 1,
|
||||
"double/head_right:workable": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:lapis_lazuli_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/lapis"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/lapis"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:osmium_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/osmium"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/osmium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_glowstone_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/refined_glowstone"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/refined_glowstone"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_obsidian_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/refined_obsidian"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/refined_obsidian"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:steel_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/steel"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/steel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "immersiveengineering:pickaxe_steel" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/steel"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/steel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:infused_iron_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/infused_iron"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/infused_iron"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:naturesaura_aura_mending_innate": 1,
|
||||
"double/head_right:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:sky_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/sky"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/sky"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"double/head_left:naturesaura_aura_mending_innate": 1,
|
||||
"double/head_right:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:manasteel_pick" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/manasteel"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/manasteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:elementium_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/elementium"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/elementium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/jacaranda"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:terra_pick" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/terrasteel"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/terrasteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/terrasteel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aquaculture:neptunium_pickaxe" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/neptunium"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/neptunium"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/neptunium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mythicbotany:alfsteel_pick" },
|
||||
"item": "tetra:modular_double",
|
||||
"modules": {
|
||||
"double/head_left": ["double/basic_pickaxe_left", "basic_pickaxe/alfsteel"],
|
||||
"double/head_right": ["double/basic_pickaxe_right", "basic_pickaxe/alfsteel"],
|
||||
"double/handle": ["double/basic_handle", "basic_handle/alfsteel"]
|
||||
}
|
||||
}
|
||||
]
|
58
kubejs/data/tetra/replacements/shields.json
Normal file
58
kubejs/data/tetra/replacements/shields.json
Normal file
@ -0,0 +1,58 @@
|
||||
[
|
||||
{
|
||||
"predicate": {"item": "mekanismtools:bronze_shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/bronze"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/bronze"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": {"item": "mekanismtools:lapis_lazuli_shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/lapis"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/lapis"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": {"item": "mekanismtools:osmium_shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/osmium"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/osmium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": {"item": "mekanismtools:refined_glowstone_shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/refined_glowstone"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/refined_glowstone"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": {"item": "mekanismtools:refined_obsidian_shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/refined_obsidian"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/refined_obsidian"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": {"item": "mekanismtools:steel_shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/steel"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/steel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": {"item": "immersiveengineering:shield"},
|
||||
"item": "tetra:modular_shield",
|
||||
"modules": {
|
||||
"shield/plate": ["shield/tower", "tower/steel"],
|
||||
"shield/grip": ["shield/basic_grip", "basic_grip/steel"]
|
||||
}
|
||||
}
|
||||
]
|
123
kubejs/data/tetra/replacements/shovels.json
Normal file
123
kubejs/data/tetra/replacements/shovels.json
Normal file
@ -0,0 +1,123 @@
|
||||
[
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:bronze_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/bronze"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/stick"]
|
||||
},
|
||||
"improvements": {
|
||||
"single/head:workable": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:lapis_lazuli_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/lapis"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:osmium_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/osmium"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_glowstone_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/refined_glowstone"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_obsidian_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/refined_obsidian"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:steel_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/steel"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/stick"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "immersiveengineering:shovel_steel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/steel"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:infused_iron_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/infused_iron"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"single/head:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:sky_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/sky"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/treated_wood"]
|
||||
},
|
||||
"improvements": {
|
||||
"single/head:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:manasteel_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/manasteel"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/treated_wood"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:elementium_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/elementium"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/jacaranda"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aiotbotania:terra_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/terrasteel"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/terrasteel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aquaculture:neptunium_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/neptunium"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/neptunium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aiotbotania:alfsteel_shovel" },
|
||||
"item": "tetra:modular_single",
|
||||
"modules": {
|
||||
"single/basic_shovel": ["single/basic_shovel", "basic_shovel/alfsteel"],
|
||||
"single/handle": ["single/basic_handle", "basic_handle/alfsteel"]
|
||||
}
|
||||
}
|
||||
]
|
157
kubejs/data/tetra/replacements/swords.json
Normal file
157
kubejs/data/tetra/replacements/swords.json
Normal file
@ -0,0 +1,157 @@
|
||||
[
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:bronze_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/bronze"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/stick"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/bronze"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/bronze"]
|
||||
},
|
||||
"improvements": {
|
||||
"sword/blade:workable": 1,
|
||||
"sword/pommel:workable": 1,
|
||||
"sword/guard:workable": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:lapis_lazuli_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/lapis"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/stick"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/iron"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/iron"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:osmium_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/osmium"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/stick"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/iron"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/iron"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_glowstone_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/refined_glowstone"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/stick"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/iron"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/iron"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:refined_obsidian_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/refined_obsidian"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/stick"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/obsidian"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/obsidian"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mekanismtools:steel_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/steel"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/stick"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/steel"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/steel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "immersiveengineering:sword_steel" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/steel"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/treated_wood"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/steel"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/steel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:infused_iron_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/infused_iron"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/treated_wood"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/infused_iron"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/infused_iron"]
|
||||
},
|
||||
"improvements": {
|
||||
"sword/blade:naturesaura_aura_mending_innate": 1,
|
||||
"sword/pommel:naturesaura_aura_mending_innate": 1,
|
||||
"sword/guard:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "naturesaura:sky_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/sky"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/treated_wood"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/sky"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/sky"]
|
||||
},
|
||||
"improvements": {
|
||||
"sword/blade:naturesaura_aura_mending_innate": 1,
|
||||
"sword/pommel:naturesaura_aura_mending_innate": 1,
|
||||
"sword/guard:naturesaura_aura_mending_innate": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:manasteel_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/manasteel"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/treated_wood"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/manasteel"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/manasteel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:elementium_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/elementium"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/jacaranda"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/elementium"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/elementium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "botania:terra_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/terrasteel"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/terrasteel"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/terrasteel"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/terrasteel"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "aquaculture:neptunium_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/neptunium"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/neptunium"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/neptunium"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/neptunium"]
|
||||
}
|
||||
},
|
||||
{
|
||||
"predicate": { "item": "mythicbotany:alfsteel_sword" },
|
||||
"item": "tetra:modular_sword",
|
||||
"modules": {
|
||||
"sword/blade": ["sword/basic_blade", "basic_blade/alfsteel"],
|
||||
"sword/hilt": ["sword/basic_hilt", "basic_hilt/alfsteel"],
|
||||
"sword/pommel": ["sword/decorative_pommel", "decorative_pommel/alfsteel"],
|
||||
"sword/guard": ["sword/makeshift_guard", "makeshift_guard/alfsteel"]
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user