Skip to content

Commit

Permalink
Blacklist yellorium from being processable by RotaryCraft
Browse files Browse the repository at this point in the history
  • Loading branch information
ganymedes01 committed Sep 8, 2015
1 parent bc10b98 commit 0dff578
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<classpathentry kind="lib" path="libs/magneticraft-0.3.3.jar"/>
<classpathentry kind="lib" path="libs/ImmersiveEngineering-0.5.4.jar"/>
<classpathentry kind="lib" path="libs/HydCraft-1.7.10-2.1.227-universal.jar"/>
<classpathentry kind="lib" path="libs/DragonAPI 1.7.10 V8a.jar"/>
<classpathentry kind="lib" path="libs/RotaryCraft 1.7.10 V8a.jar"/>
<classpathentry kind="lib" path="libs/DragonAPI 1.7.10 V8b.jar"/>
<classpathentry kind="lib" path="libs/RotaryCraft 1.7.10 V8b.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class RotaryCraft extends RecipesModule {
private static final List<Ore> usedOres = new LinkedList<Ore>();

public RotaryCraft() {
super(CompatType.ROTARYCRAFT, "gold", "iron", "redstone", "diamond", "emerald", "lapis", "quartz", "aluminium", "aluminum");
super(CompatType.ROTARYCRAFT, "gold", "iron", "redstone", "diamond", "emerald", "lapis", "quartz", "aluminium", "aluminum", "yellorium");
}

@Override
Expand Down

0 comments on commit 0dff578

Please sign in to comment.