This commit is contained in:
Anuken
2022-02-05 19:21:54 -05:00
parent 16cb8df449
commit 87726fc89b
2 changed files with 1 additions and 5 deletions

View File

@@ -475,13 +475,11 @@ public class Blocks{
}};
yellowStoneVent = new SteamVent("yellow-stone-vent"){{
//TODO ...or regolith
parent = blendGroup = yellowStone;
attributes.set(Attribute.steam, 1f);
}};
redStoneVent = new SteamVent("red-stone-vent"){{
//TODO ...or regolith
parent = blendGroup = denseRedStone;
attributes.set(Attribute.steam, 1f);
}};