fix cyberspace
This commit is contained in:
parent
220a8432ef
commit
1bda487487
3 changed files with 4 additions and 3 deletions
|
@ -763,7 +763,7 @@ public abstract class UniverseRegistry extends DimensionRegistry {
|
|||
registerDomain("Digital", () -> {
|
||||
GeneratorSettings settings = new GeneratorSettings();
|
||||
settings.stretchY = 48.0f;
|
||||
registerArea("Cyberspace", new Area(0x000000, 16777216, 293.15f, 15, Blocks.cyber.getState(), Blocks.air.getState(), 63).setLightColor(0x00ff00).setBlockColor(0xff0000).enableBlockLightSubtraction(),
|
||||
registerArea("Cyberspace", new Area(0x000000, 16777216, 293.15f, 15, Blocks.cyber.getState(), Blocks.spring_water.getState(), 63).setLightColor(0x00003f).setBlockColor(0x00ff00).enableBlockLightSubtraction(),
|
||||
new GeneratorData().setGenerator(new GeneratorPerlin(false, settings, 0.1f, 3.5f)));
|
||||
});
|
||||
registerDomain("hell", "Hölle", () -> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue