Skip to content

Commit

Permalink
Update Furnace.zs
Browse files Browse the repository at this point in the history
I made a stupid #485
  • Loading branch information
NielsPilgaard committed Dec 30, 2019
1 parent 17b8643 commit 2853ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Furnace.zs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ var vanillaOresAndOutputs as IItemStack[IItemStack] = {
};

for ore, output in vanillaOresAndOutputs {
furnace.remove(output)
furnace.remove(output, ore);
furnace.addRecipe(output, ore, 1);
}

0 comments on commit 2853ec7

Please sign in to comment.