From 68cfeca7fa47d438b4acb550b0fcad593809144c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 10 Jan 2026 00:33:34 +0000 Subject: [PATCH] rock salt and sylvite are actually the same thing --- kubejs/server_scripts/tfc/recipes.js | 5 +++-- kubejs/server_scripts/tfc_gurman/recipes.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/kubejs/server_scripts/tfc/recipes.js b/kubejs/server_scripts/tfc/recipes.js index bae982345..1c15098dc 100644 --- a/kubejs/server_scripts/tfc/recipes.js +++ b/kubejs/server_scripts/tfc/recipes.js @@ -39,11 +39,12 @@ const registerTFCRecipes = (event) => { { input: "#forge:dusts/sulfur", output: "4x tfc:powder/sulfur", name: "sulfur_powder" }, { input: "#forge:dusts/saltpeter", output: "4x tfc:powder/saltpeter", name: "saltpeter_powder" }, { input: "#forge:dusts/salt", output: "4x tfc:powder/salt", name: "salt_powder" }, + { input: "#forge:dusts/rock_salt", output: "4x tfc:powder/sylvite", name: "rock_salt" }, { input: "#forge:dusts/graphite", output: "4x tfc:powder/graphite", name: "graphite_powder" }, { input: "#forge:dusts/borax", output: "4x tfc:powder/flux", name: "flux_powder" }, { input: "#forge:dusts/soda_ash", output: "4x tfc:powder/soda_ash", name: "soda_ash" }, - { input: "gtceu:charcoal_dust", output: "4x tfc:powder/charcoal", name: "charcoal" }, - { input: "tfc:ore/sylvite", output: "4x tfc:powder/sylvite", name: "sylvite" } + { input: "#forge:dusts/charcoal", output: "4x tfc:powder/charcoal", name: "charcoal" }, + { input: "tfc:ore/sylvite", output: "4x tfc:powder/sylvite", name: "sylvite" }, ]); TFC_QUERN_POWDER_RECIPE_COMPONENTS.forEach(element => { diff --git a/kubejs/server_scripts/tfc_gurman/recipes.js b/kubejs/server_scripts/tfc_gurman/recipes.js index 8c0b80b00..f19231358 100644 --- a/kubejs/server_scripts/tfc_gurman/recipes.js +++ b/kubejs/server_scripts/tfc_gurman/recipes.js @@ -96,7 +96,7 @@ function registerTFCGurmanRecipes(event) { itemInputs: ['2x #tfc:foods/fruits'], fluidInputs: ['minecraft:water 1000'], fluidOutputs: ['tfc_gurman:compote 1000'], - circuit: 2 + circuit: 6 }); // Lemonade