rock salt and sylvite are actually the same thing
This commit is contained in:
parent
936a098ff1
commit
68cfeca7fa
2 changed files with 4 additions and 3 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue