remove redstone dupe from red alloy

This commit is contained in:
m2r1k5 2022-03-26 10:19:28 +08:00
parent b4923e3bcf
commit 0547a75c84

View File

@ -476,6 +476,9 @@ alloy_blast_smelter.recipeBuilder()
.property("temperature", 1000)
.fluidOutputs(<liquid:red_alloy> * 288)
.duration(25).EUt(120).buildAndRegister();
// Redstone * 4
<recipemap:centrifuge>.findRecipe(30, [<metaitem:dustRedAlloy>], null).remove();
// Removals