Multi-liquid sublimate

This commit is contained in:
Anuken
2022-01-10 14:01:30 -05:00
parent 5509104a44
commit 10d8e63368
10 changed files with 140 additions and 20 deletions

View File

@@ -75,7 +75,7 @@ public class ErekirPlanetGenerator extends PlanetGenerator{
if(ice < 0.6){
if(result == Blocks.rhyolite || result == Blocks.yellowStone || result == Blocks.regolith){
return Blocks.redIce;
return Blocks.dacite; //TODO perhaps something else
}
}