Merge pull request #16 from TerraFirmaGreg-Team/dead
Подчистил за всеми, подчистил за собой и переработал систему гена TFC рецептов, совместив с GT
This commit is contained in:
commit
d485ad8a88
796 changed files with 1155 additions and 9626 deletions
|
|
@ -32,42 +32,34 @@
|
|||
"forge:sheets/{material}"
|
||||
],
|
||||
"materials": [
|
||||
"aluminum",
|
||||
"amber",
|
||||
"apatite",
|
||||
"brass",
|
||||
"bismuth",
|
||||
"bismuth_bronze",
|
||||
"black_bronze",
|
||||
"bronze",
|
||||
"charcoal",
|
||||
"chrome",
|
||||
"cinnabar",
|
||||
"coal",
|
||||
"coal_coke",
|
||||
"cobalt",
|
||||
"brass",
|
||||
"copper",
|
||||
"diamond",
|
||||
"electrum",
|
||||
"emerald",
|
||||
"gold",
|
||||
"graphite",
|
||||
"invar",
|
||||
"iron",
|
||||
"lapis",
|
||||
"lead",
|
||||
"netherite",
|
||||
"nickel",
|
||||
"obsidian",
|
||||
"osmium",
|
||||
"platinum",
|
||||
"potassium_nitrate",
|
||||
"ruby",
|
||||
"sapphire",
|
||||
"rose_gold",
|
||||
"silver",
|
||||
"steel",
|
||||
"sulfur",
|
||||
"tin",
|
||||
"tungsten",
|
||||
"uranium",
|
||||
"zinc"
|
||||
"zinc",
|
||||
"sterling_silver",
|
||||
"wrought_iron",
|
||||
"iron",
|
||||
"pig_iron",
|
||||
"steel",
|
||||
"black_steel",
|
||||
"blue_steel",
|
||||
"red_steel",
|
||||
"weak_steel",
|
||||
"weak_blue_steel",
|
||||
"weak_red_steel",
|
||||
"high_carbon_steel",
|
||||
"high_carbon_black_steel",
|
||||
"high_carbon_blue_steel",
|
||||
"high_carbon_red_steel",
|
||||
"unknown"
|
||||
],
|
||||
"priorityOverrides": {},
|
||||
"customTags": {},
|
||||
|
|
@ -84,5 +76,5 @@
|
|||
"tfc:landslide"
|
||||
],
|
||||
"ignoredRecipes": [],
|
||||
"itemsHidingJeiRei": true
|
||||
"itemsHidingJeiRei": false
|
||||
}
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"metal.tfc.cast_iron": "Iron",
|
||||
"block.gtceu.tfc_andesite_almandine_ore.prospected": "Almandine",
|
||||
"block.gtceu.tfc_andesite_aluminium_ore.prospected": "Aluminium",
|
||||
"block.gtceu.tfc_andesite_alunite_ore.prospected": "Alunite",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
// priority: 199
|
||||
|
||||
const sophisticatedbackpacksItemsToHide = [
|
||||
const SBItemsToHide = [
|
||||
'sophisticatedbackpacks:inception_upgrade',
|
||||
'sophisticatedbackpacks:smelting_upgrade',
|
||||
'sophisticatedbackpacks:auto_smelting_upgrade',
|
||||
7
kubejs/client_scripts/sb/rei.js
Normal file
7
kubejs/client_scripts/sb/rei.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// priority: 0
|
||||
|
||||
const hideSBStuff = (event) => {
|
||||
SBItemsToHide.forEach(itemToHide => {
|
||||
event.hide(itemToHide)
|
||||
})
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
// priority: 0
|
||||
|
||||
const hideSophisticatedBackpacksStuff = (event) => {
|
||||
sophisticatedbackpacksItemsToHide.forEach(itemToHide => {
|
||||
event.hide(itemToHide)
|
||||
})
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/axe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_axe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/chisel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/chisel_head/bismuth_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hammer_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_hammer_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hoe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_hoe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/javelin_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/javelin_head/bismuth_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/knife_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_knife_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/mace_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/mace_head/bismuth_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/pickaxe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_pickaxe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/propick_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/propick_head/bismuth_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/saw_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_saw_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/scythe_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_scythe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/shovel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_shovel_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/sword_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth_bronze",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_bronze_sword_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bismuth",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bismuth_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/axe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_axe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/chisel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/chisel_head/black_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hammer_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_hammer_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hoe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_hoe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/javelin_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/javelin_head/black_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/knife_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_knife_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/mace_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/mace_head/black_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/pickaxe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_pickaxe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/propick_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/propick_head/black_bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/saw_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_saw_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/scythe_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_scythe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/shovel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_shovel_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/sword_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_bronze",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_bronze_sword_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_steel_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:black_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:black_steel_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:blue_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:blue_steel_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:blue_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:blue_steel_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/bell_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:brass",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:brass_bell"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:brass",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:brass_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:brass",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:brass_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/axe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_axe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/bell_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:bronze_bell"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/chisel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/chisel_head/bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hammer_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_hammer_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hoe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_hoe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/javelin_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/javelin_head/bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/knife_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_knife_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/mace_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/mace_head/bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/pickaxe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_pickaxe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/propick_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/propick_head/bronze"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/saw_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_saw_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/scythe_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_scythe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/shovel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_shovel_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/sword_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:bronze",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:bronze_sword_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:iron",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:iron",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:iron_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/axe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_axe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/chisel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/chisel_head/copper"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hammer_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_hammer_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/hoe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_hoe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:copper_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/javelin_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/javelin_head/copper"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/knife_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_knife_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/mace_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/mace_head/copper"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/pickaxe_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_pickaxe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/propick_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/propick_head/copper"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/saw_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_saw_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/scythe_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_scythe_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/shovel_head_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_shovel_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/sword_blade_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:copper",
|
||||
"amount": 288
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:copper_sword_head"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/bell_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:gold",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:bell"
|
||||
},
|
||||
"break_chance": 1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:gold",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:gold",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "minecraft:gold_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_black_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_black_steel"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_black_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_black_steel"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_blue_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_blue_steel"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_blue_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_blue_steel"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_red_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_red_steel"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_red_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_red_steel"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_steel"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/high_carbon_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/high_carbon_steel"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:nickel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:nickel_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:nickel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:nickel_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/pig_iron",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/pig_iron"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "tfc:metal/pig_iron",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "tfc:metal/ingot/pig_iron"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:red_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:red_steel_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:red_steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:red_steel_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:rose_gold",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:rose_gold_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:rose_gold",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:rose_gold_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:silver",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:silver_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:silver",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:silver_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/fire_ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:steel_ingot"
|
||||
},
|
||||
"break_chance": 0.01
|
||||
}
|
||||
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
"__comment__": "This file was automatically created by mcresources",
|
||||
"type": "tfc:casting",
|
||||
"mold": {
|
||||
"item": "tfc:ceramic/ingot_mold"
|
||||
},
|
||||
"fluid": {
|
||||
"ingredient": "gtceu:steel",
|
||||
"amount": 144
|
||||
},
|
||||
"result": {
|
||||
"item": "gtceu:steel_ingot"
|
||||
},
|
||||
"break_chance": 0.1
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue