Closed tal5 closed 1 year ago
Requested on Discord.
denizen:void_biomes
Denizen#getDefaultWorldGenerator
switch
VoidGenerator1_17
VoidGenerator
boolean setVoidBiome
The Void
List#of
Requested on Discord.
Additions
denizen:void_biomes
generator, creates a void world that still has it's vanilla biomes.Changes
Denizen#getDefaultWorldGenerator
to use a modernswitch
statment.VoidGenerator1_17
to justVoidGenerator
, as it's the only one currently.boolean setVoidBiome
toVoidGenerator
, controls whether the biomes should be overridden to beThe Void
.VoidGenerator
(mainly naming, and updating toList#of
).