more gtceu p2p fixes
This commit is contained in:
@@ -204,7 +204,7 @@ public class OreHelper
|
||||
return oreIDs;
|
||||
}
|
||||
|
||||
List<ItemStack> getCachedOres( final String oreName )
|
||||
public List<ItemStack> getCachedOres( final String oreName )
|
||||
{
|
||||
return this.oreDictCache.getUnchecked( oreName );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user