arkycite floor + fixes

This commit is contained in:
Anuken
2021-12-01 22:38:21 -05:00
parent 585affeeee
commit b6988e631e
7 changed files with 13 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ public class Blocks{
//environment
air, spawn, cliff, deepwater, water, taintedWater, deepTaintedWater, tar, slag, cryofluid, stone, craters, charr, sand, darksand, dirt, mud, ice, snow, darksandTaintedWater, space, empty,
dacite, rhyolite, rhyoliteCrater, regolith, yellowStone, redIce,
arkyciteFloor,
arkyciteFloor, arkyicStone,
redmat, bluemat,
stoneWall, dirtWall, sporeWall, iceWall, daciteWall, sporePine, snowPine, pine, shrubs, whiteTree, whiteTreeDead, sporeCluster,
redweed, purbush, coralChunk, yellowCoral,
@@ -405,6 +405,10 @@ public class Blocks{
albedo = 0.9f;
}};
arkyicStone = new Floor("arkyic-stone"){{
variants = 3;
}};
redmat = new Floor("redmat");
bluemat = new Floor("bluemat");