You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to register an ore for hell, end and overworld it only gets registered for overworld:
Restriction res = new Restriction(new DimensionRestriction(-1, 1));
OreRegistry.registerOre(new RegisterOreMessage(new ItemStack(Blocks.bedrock), new DistributionTriangular(50, 50, 0.1F), res, new ItemStack[0]));
(bedrock for testing)
executing that piece of code results in the tooltip: valid dimensions: Overworld
i tried other dimensions from galacticraft eg.: Mars and it works there but neither in hell nor in end
The text was updated successfully, but these errors were encountered:
DerMilchkarton
changed the title
Restriction for Hell and End don't work
Restrictions for Hell and End don't work
Feb 21, 2018
If you try to register an ore for hell, end and overworld it only gets registered for overworld:
Restriction res = new Restriction(new DimensionRestriction(-1, 1));
OreRegistry.registerOre(new RegisterOreMessage(new ItemStack(Blocks.bedrock), new DistributionTriangular(50, 50, 0.1F), res, new ItemStack[0]));
(bedrock for testing)
executing that piece of code results in the tooltip: valid dimensions: Overworld
i tried other dimensions from galacticraft eg.: Mars and it works there but neither in hell nor in end
The text was updated successfully, but these errors were encountered: