From f003418508bfdad39b32a7f7f7943c7c2a0c47aa Mon Sep 17 00:00:00 2001 From: SpeeeDCraft <52341158+SpeeeDCraft@users.noreply.github.com> Date: Wed, 22 Nov 2023 23:04:50 +0700 Subject: [PATCH] Fix #68 --- kubejs/server_scripts/tfc/constants.js | 32 +++++++++++++------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/kubejs/server_scripts/tfc/constants.js b/kubejs/server_scripts/tfc/constants.js index cf63f8189..947fb367a 100644 --- a/kubejs/server_scripts/tfc/constants.js +++ b/kubejs/server_scripts/tfc/constants.js @@ -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,