Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Commit

Permalink
Fixes #323
Browse files Browse the repository at this point in the history
BC chipset requires nbt after update
  • Loading branch information
DerOli82 authored and DerOli82 committed Aug 4, 2017
1 parent 7bea65d commit 27a9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/AdvancedGenerators.zs
Original file line number Diff line number Diff line change
Expand Up @@ -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]]);
Expand Down

0 comments on commit 27a9676

Please sign in to comment.