Fix #68
This commit is contained in:
parent
071d2e2475
commit
f003418508
1 changed files with 16 additions and 16 deletions
|
|
@ -218,7 +218,7 @@ const ItemHeats = {
|
|||
"bars": { heat_capacity: 0.714, metal_amount: 36, rules: [ "upset_last", "punch_second_last", "punch_third_last" ], anvilFrom: "sheet", outputCount: 8,
|
||||
input: (name) => { return { item: `tfc:metal/bars/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/bars/${name}` } } },
|
||||
"trapdoor": { heat_capacity: 5.714, metal_amount: 288, rules: [ "bend_last", "draw_second_last", "draw_third_last" ], anvilFrom: "sheet",
|
||||
"trapdoor": { heat_capacity: 5.714, metal_amount: 144, rules: [ "bend_last", "draw_second_last", "draw_third_last" ], anvilFrom: "sheet",
|
||||
input: (name) => { return { item: `tfc:metal/trapdoor/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/trapdoor/${name}` } } },
|
||||
"lamp": { heat_capacity: 2.857, metal_amount: 144, rules: [ "bend_last", "bend_second_last", "draw_third_last" ], anvilFrom: "ingot",
|
||||
|
|
@ -228,32 +228,32 @@ const ItemHeats = {
|
|||
input: (name) => { return { item: `tfc:metal/unfinished_lamp/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/unfinished_lamp/${name}` } } },
|
||||
|
||||
"helmet": { heat_capacity: 17.143, metal_amount: 864, hasDur: true,
|
||||
"helmet": { heat_capacity: 17.143, metal_amount: 432, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/helmet/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/helmet/${name}` } } },
|
||||
"chestplate": { heat_capacity: 22.857, metal_amount: 1152, hasDur: true,
|
||||
"chestplate": { heat_capacity: 22.857, metal_amount: 576, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/chestplate/${name}` }},
|
||||
output: (name) => { return { item: `tfc:metal/chestplate/${name}` } } },
|
||||
"greaves": { heat_capacity: 17.143, metal_amount: 864, hasDur: true,
|
||||
"greaves": { heat_capacity: 17.143, metal_amount: 432, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/greaves/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/greaves/${name}` } } },
|
||||
"boots": { heat_capacity: 11.429, metal_amount: 576, hasDur: true,
|
||||
"boots": { heat_capacity: 11.429, metal_amount: 432, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/boots/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/boots/${name}` } } },
|
||||
"unfinished_boots": { heat_capacity: 5.714, metal_amount: 288, rules: [ "bend_last", "bend_second_last", "shrink_third_last" ], anvilFrom: "ingot",
|
||||
"unfinished_boots": { heat_capacity: 5.714, metal_amount: 144, rules: [ "bend_last", "bend_second_last", "shrink_third_last" ], anvilFrom: "sheet",
|
||||
input: (name) => { return { item: `tfc:metal/unfinished_boots/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/unfinished_boots/${name}` } } },
|
||||
"unfinished_chestplate": { heat_capacity: 11.429, metal_amount: 576, rules: [ "hit_last", "hit_second_last", "upset_third_last" ], anvilFrom: "ingot",
|
||||
"unfinished_chestplate": { heat_capacity: 11.429, metal_amount: 288, rules: [ "hit_last", "hit_second_last", "upset_third_last" ], anvilFrom: "double_sheet",
|
||||
input: (name) => { return { item: `tfc:metal/unfinished_chestplate/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/unfinished_chestplate/${name}` } } },
|
||||
"unfinished_greaves": { heat_capacity: 11.429, metal_amount: 576, rules: [ "bend_any", "draw_any", "hit_any" ], anvilFrom: "ingot",
|
||||
"unfinished_greaves": { heat_capacity: 11.429, metal_amount: 288, rules: [ "bend_any", "draw_any", "hit_any" ], anvilFrom: "double_sheet",
|
||||
input: (name) => { return { item: `tfc:metal/unfinished_greaves/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/unfinished_greaves/${name}` } } },
|
||||
"unfinished_helmet": { heat_capacity: 11.429, metal_amount: 576, rules: [ "hit_last", "bend_second_last", "bend_third_last" ], anvilFrom: "ingot",
|
||||
"unfinished_helmet": { heat_capacity: 11.429, metal_amount: 288, rules: [ "hit_last", "bend_second_last", "bend_third_last" ], anvilFrom: "double_sheet",
|
||||
input: (name) => { return { item: `tfc:metal/unfinished_helmet/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/unfinished_helmet/${name}` } } },
|
||||
|
||||
"horse_armor": { heat_capacity: 34.286, metal_amount: 1728, hasDur: true,
|
||||
"horse_armor": { heat_capacity: 34.286, metal_amount: 864, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/horse_armor/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/horse_armor/${name}` } } },
|
||||
|
||||
|
|
@ -335,19 +335,19 @@ const ItemHeats = {
|
|||
"mace": { heat_capacity: 5.714, metal_amount: 288, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/mace/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/mace/${name}` } } },
|
||||
"fish_hook": { heat_capacity: 5.714, metal_amount: 288, rules: [ "draw_not_last", "bend_any", "hit_any" ], anvilFrom: "sheet",
|
||||
"fish_hook": { heat_capacity: 5.714, metal_amount: 144, rules: [ "draw_not_last", "bend_any", "hit_any" ], anvilFrom: "sheet",
|
||||
input: (name) => { return { item: `tfc:metal/fish_hook/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/fish_hook/${name}` } } },
|
||||
"fishing_rod": { heat_capacity: 5.714, metal_amount: 288, hasDur: true,
|
||||
"fishing_rod": { heat_capacity: 5.714, metal_amount: 144, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/fishing_rod/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/fishing_rod/${name}` } } },
|
||||
"tuyere": { heat_capacity: 11.429, metal_amount: 576, hasDur: true, rules: [ "bend_last", "bend_second_last" ], anvilFrom: "double_sheet",
|
||||
"tuyere": { heat_capacity: 11.429, metal_amount: 288, hasDur: true, rules: [ "bend_last", "bend_second_last" ], anvilFrom: "double_sheet",
|
||||
input: (name) => { return { item: `tfc:metal/tuyere/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/tuyere/${name}` } } },
|
||||
"shears": { heat_capacity: 5.714, metal_amount: 288, hasDur: true,
|
||||
input: (name) => { return { item: `tfc:metal/shears/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/shears/${name}` } } },
|
||||
"shield": { heat_capacity: 11.429, metal_amount: 576, hasDur: true, rules: [ "upset_last", "bend_second_last", "bend_third_last" ], anvilFrom: "double_sheet",
|
||||
"shield": { heat_capacity: 11.429, metal_amount: 288, hasDur: true, rules: [ "upset_last", "bend_second_last", "bend_third_last" ], anvilFrom: "double_sheet",
|
||||
input: (name) => { return { item: `tfc:metal/shield/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/shield/${name}` } } },
|
||||
|
||||
|
|
@ -357,10 +357,10 @@ const ItemHeats = {
|
|||
"double_ingot": { heat_capacity: 5.714, metal_amount: 288,
|
||||
input: (name) => { return { tag: `forge:ingots/double/${name}` } },
|
||||
output: (name) => { return { item: `tfc:metal/double_ingot/${name}` } } },
|
||||
"sheet": { heat_capacity: 5.714, metal_amount: 288, rules: [ "hit_last", "hit_second_last", "hit_third_last" ], anvilFrom: "double_ingot",
|
||||
"sheet": { heat_capacity: 5.714, metal_amount: 144, rules: [ "hit_last", "hit_second_last", "hit_third_last" ], anvilFrom: "double_ingot",
|
||||
input: (name) => { return { tag: `forge:plates/${name}` } },
|
||||
output: (name) => { return { item: `gtceu:${name}_plate` } } },
|
||||
"double_sheet": { heat_capacity: 11.429, metal_amount: 576,
|
||||
"double_sheet": { heat_capacity: 11.429, metal_amount: 288,
|
||||
input: (name) => { return { tag: `forge:plates/double/${name}` } },
|
||||
output: (name) => { return { item: `gtceu:${name}_double_plate` } } },
|
||||
"rod": { heat_capacity: 1.429, metal_amount: 72, rules: [ "bend_last", "draw_second_last", "draw_third_last" ], anvilFrom: "ingot", outputCount: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue