Added crystalline stone vent variant
This commit is contained in:
@@ -49,7 +49,7 @@ public class Blocks{
|
||||
redmat, bluemat,
|
||||
stoneWall, dirtWall, sporeWall, iceWall, daciteWall, sporePine, snowPine, pine, shrubs, whiteTree, whiteTreeDead, sporeCluster,
|
||||
redweed, purbush, yellowCoral,
|
||||
rhyoliteVent, carbonVent, arkyicVent, yellowStoneVent, redStoneVent,
|
||||
rhyoliteVent, carbonVent, arkyicVent, yellowStoneVent, redStoneVent, crystallineVent,
|
||||
regolithWall, yellowStoneWall, rhyoliteWall, carbonWall, redIceWall, ferricStoneWall, beryllicStoneWall, arkyicWall, crystallineStoneWall, redStoneWall, redDiamondWall,
|
||||
ferricStone, ferricCraters, carbonStone, beryllicStone, crystallineStone, crystalFloor, yellowStonePlates,
|
||||
iceSnow, sandWater, darksandWater, duneWall, sandWall, moss, sporeMoss, shale, shaleWall, grass, salt,
|
||||
@@ -492,6 +492,11 @@ public class Blocks{
|
||||
attributes.set(Attribute.steam, 1f);
|
||||
}};
|
||||
|
||||
crystallineVent = new SteamVent("crystalline-vent"){{
|
||||
parent = blendGroup = crystallineStone;
|
||||
attributes.set(Attribute.steam, 1f);
|
||||
}};
|
||||
|
||||
redmat = new Floor("redmat");
|
||||
bluemat = new Floor("bluemat");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user