Skip to content

Commit e023212

Browse files
authored
oops (#2255)
1 parent ddd4fad commit e023212

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

kubejs/startup_scripts/tfc/constants.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -804,8 +804,7 @@ global.TFC_FURNACE_MOLD_RECIPE_COMPONENTS = /** @type {const} */ ([
804804
{ input: "firmalife:oven_top", output: "firmalife:cured_oven_top", name: "oven_top" },
805805
{ input: "firmalife:oven_chimney", output: "firmalife:cured_oven_chimney", name: "oven_chimney" },
806806
{ input: "firmalife:oven_bottom", output: "firmalife:cured_oven_bottom", name: "oven_bottom" },
807-
{ input: "firmalife:oven_hopper", output: "firmalife:cured_oven_hopper", name: "oven_hopper" },
808-
{ input: "tfcchannelcasting:unfired_mold_table", output: "tfcchannelcasting:mold_table", name: "mold_table" }
807+
{ input: "firmalife:oven_hopper", output: "firmalife:cured_oven_hopper", name: "oven_hopper" }
809808
]);
810809

811810
global.TFC_CLAY_TO_UNFIRED_MOLD_RECIPE_COMPONENTS = /** @type {const} */ ([

0 commit comments

Comments
 (0)