Ceiling rules
This commit is contained in:
parent
3a06c128ed
commit
9609db9f9b
2 changed files with 18 additions and 1 deletions
|
@ -63,7 +63,8 @@ public class BCLib implements ModInitializer {
|
|||
.filler(Blocks.STONE.defaultBlockState())
|
||||
.subsurface(Blocks.DIRT.defaultBlockState(), 3)
|
||||
.surface(Blocks.GRASS_BLOCK.defaultBlockState())
|
||||
.ceil(Blocks.DEEPSLATE.defaultBlockState())
|
||||
.aboveCeil(Blocks.DEEPSLATE.defaultBlockState(), 4)
|
||||
.ceil(Blocks.BASALT.defaultBlockState())
|
||||
.build();
|
||||
BiomeAPI.addSurfaceRule(Biomes.END_HIGHLANDS.location(), rule);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue