Lock state implementation
This commit is contained in:
@@ -38,7 +38,9 @@ public class TODOPlanetGenerator extends PlanetGenerator{
|
||||
|
||||
ObjectMap<Block, Block> dec = ObjectMap.of(
|
||||
Blocks.sporeMoss, Blocks.sporeCluster,
|
||||
Blocks.moss, Blocks.sporeCluster
|
||||
Blocks.moss, Blocks.sporeCluster,
|
||||
Blocks.taintedWater, Blocks.water,
|
||||
Blocks.darksandTaintedWater, Blocks.darksandWater
|
||||
);
|
||||
|
||||
ObjectMap<Block, Block> tars = ObjectMap.of(
|
||||
|
||||
Reference in New Issue
Block a user