Re-explode the objects

This commit is contained in:
cyberpwn
2021-08-29 22:25:16 -04:00
parent 59401d27ca
commit b8b914a99c
216 changed files with 396 additions and 586 deletions

View File

@@ -18,7 +18,7 @@
package com.volmit.iris.util.data;
import com.volmit.iris.engine.object.biome.IrisBiome;
import com.volmit.iris.engine.object.IrisBiome;
public class BiomeMap {
private final IrisBiome[] height;