Fuzzy now supports the ore dictionary again.

This commit is contained in:
AlgorithmX2
2014-02-12 23:24:07 -06:00
parent 0a3474291c
commit 7f773f0d2b
6 changed files with 217 additions and 16 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public class AEItemDef
@SideOnly(Side.CLIENT)
public List tooltip;
public boolean isOre;
public OreRefrence isOre;
public AEItemDef copy()
{