[WIP] beginning port to 1.16.5
+most of the stuff is working
This commit is contained in:
@@ -34,7 +34,7 @@ interface BlockCtx {
|
||||
(world as? WorldView)?.getBiome(pos) ?:
|
||||
(world as? ChunkRendererRegion)?.let { ChunkRendererRegion_world[it]?.getBiome(pos) }
|
||||
|
||||
val isNormalCube: Boolean get() = state.isSimpleFullBlock(world, pos)
|
||||
val isNormalCube: Boolean get() = state.isOpaqueFullCube(world, pos)
|
||||
|
||||
fun shouldSideBeRendered(side: Direction) = Block.shouldDrawSide(state, world, pos, side)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user