Added support for export/import of all basic terrain as image
This commit is contained in:
@@ -60,7 +60,7 @@ public class TestPlanetGenerator extends PlanetGenerator{
|
||||
public Color getColor(Vec3 position){
|
||||
Block block = getBlock(position);
|
||||
//replace salt with sand color
|
||||
return block == Blocks.salt ? Blocks.sand.color : block.color;
|
||||
return block == Blocks.salt ? Blocks.sand.minimapColor : block.minimapColor;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user