mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-31 21:06:29 +00:00
fix chunk artifacts
This commit is contained in:
@@ -27,8 +27,7 @@ interface MatterGenerator {
|
||||
|
||||
@ChunkCoordinates
|
||||
fun generateMatter(x: Int, z: Int, multicore: Boolean, context: ChunkContext) {
|
||||
if (!engine.dimension.isUseMantle || mantle.hasFlag(x, z, MantleFlag.PLANNED))
|
||||
return
|
||||
if (!engine.dimension.isUseMantle) return
|
||||
val multicore = multicore || IrisSettings.get().generator.isUseMulticoreMantle
|
||||
|
||||
mantle.write(engine.mantle, x, z, radius, multicore).use { writer ->
|
||||
|
||||
Reference in New Issue
Block a user