Skip to content

Commit

Permalink
fixed ANOTHER phasing error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfg2610 committed Jul 4, 2016
1 parent 52cae4a commit 5c365b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/scripts/Misc.zs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val slab = <ore:slabCobblestone>;
slab.add(<ExtrabiomesXL:slabRedRock);
slab.add(<ExtrabiomesXL:slabRedRock>);

recipes.removeShapeless(<foundry:foundryMold:7>, [<foundry:foundryComponent:4>,<minecraft:gold_block>]);
recipes.addShaped(<ExtrabiomesXL:grass>, [[<ExtrabiomesXL:grass>, <ExtrabiomesXL:grass>, <ExtrabiomesXL:grass>], [<ExtrabiomesXL:grass>, <ExtrabiomesXL:grass>, <ExtrabiomesXL:grass>], [<ExtrabiomesXL:grass>, <ExtrabiomesXL:grass>, <ExtrabiomesXL:grass>]]);
Expand All @@ -13,7 +13,7 @@ recipes.addShapeless(<foundry:foundryIngot:9>, [<TConstruct:materials:16>]);

mods.botania.ManaInfusion.addInfusion(<technom:itemBO>, <Botania:manaResource>, 3000);

recipes.remove(<magicalcrops:magicalcrops_SeedBagAccio);
recipes.remove(<magicalcrops:magicalcrops_SeedBagCrucio);
recipes.remove(<magicalcrops:magicalcrops_SeedBagImperio);
recipes.remove(<magicalcrops:magicalcrops_SeedBagZivicio);
recipes.remove(<magicalcrops:magicalcrops_SeedBagAccio>);
recipes.remove(<magicalcrops:magicalcrops_SeedBagCrucio>);
recipes.remove(<magicalcrops:magicalcrops_SeedBagImperio>);
recipes.remove(<magicalcrops:magicalcrops_SeedBagZivicio>);

0 comments on commit 5c365b0

Please sign in to comment.