more gtceu p2p fixes

This commit is contained in:
PrototypeTrousers
2022-01-20 17:05:21 -03:00
parent e0ddb92b81
commit 4414451f5e
5 changed files with 40 additions and 17 deletions
@@ -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 );
}