Natura

Natura

55M Downloads

Tainted soil carpets the sea floor, but is not oregenreplaceable

purpleposeidon opened this issue ยท 3 comments

commented

This is typical:
image
It looks to me that the tiny little patches of netherrack only happen beneath gravel/soulsand/clouds.

It makes Railcraft Firestone oregen pretty much impossible.

commented

In your block, add:

@Override
public boolean isReplaceableOreGen(IBlockState state, IBlockAccess world, BlockPos pos, com.google.common.base.Predicate<IBlockState> target){
   return target.apply(state) || target.apply(Blocks.NETHERACK.getDefaultState());
}
commented

Is this 1.10.2 or 1.11?

commented

1.10.2 is were we are using it.