From 27a9676a14e04e4c658d61ddad3beb71a6bd5bab Mon Sep 17 00:00:00 2001 From: DerOli82 Date: Fri, 4 Aug 2017 21:44:36 +0200 Subject: [PATCH] Fixes https://github.com/combak/ShatteredWorld/issues/323 BC chipset requires nbt after update --- scripts/AdvancedGenerators.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/AdvancedGenerators.zs b/scripts/AdvancedGenerators.zs index 34db7c2..ac6a43c 100644 --- a/scripts/AdvancedGenerators.zs +++ b/scripts/AdvancedGenerators.zs @@ -250,7 +250,7 @@ recipes.remove (advGenePowerIO); recipes.addShaped (advGenePowerIO, [[modMachinesPlateIron, thermExpServo, modMachinesPlateIron],[modMachinesPlateIron, vanillaredstoneDust, modMachinesPlateIron], [modMachinesPlateIron, thermExpServo, modMachinesPlateIron ]]); recipes.remove (advGeneControlCircuit); -AssemblyTable.addRecipe( advGeneControlCircuit, 5000, [ projectRedWireRedAlloy*4, forestryCircuitboardEnh, buildCraftGateBasic*2 ] ); +AssemblyTable.addRecipe( advGeneControlCircuit, 5000, [ projectRedWireRedAlloy*4, forestryCircuitboardEnh, buildCraftGateBasic.withTag({mat:0 as byte, logic: 0 as byte })*2 ] ); recipes.remove (advGeneTubingIron); recipes.addShaped (advGeneTubingIron*4, [[bcAdditionCableIron, bcAdditionCableIron, bcAdditionCableIron],[bcAdditionCableIron, bcAdditionStickIron, bcAdditionCableIron],[bcAdditionCableIron, bcAdditionCableIron, bcAdditionCableIron]]);