I've generated a superflat world with the "The Void" preset (biome: minecraft:the_void) to do some Creative things. I believe that mob spawning is disabled for this biome; is there any way to enable mob spawning? I've tried /gamerule doMobSpawning true, with no success.
You can edit the preset to change the biome to another biome, such as plains, which will replicate the "void" preset except there won't be a stone platform (you can use /setblock to create one or place an initial block so you can then place more normally):
minecraft:air;minecraft:the_void;decoration
To:
minecraft:air;minecraft:plains;decoration
As for changing the biome for an existing world, specifically, already generated chunks, there is no easy way to do that in 1.13 (you could use MCEdit to change the biome but it does not support the new save format yet. New chunks can be changed by using NBTExplorer, which does support 1.13, to edit the "generatorOptions" string to change the biome).
v1.13.1
Java Edition
I've generated a superflat world with the "The Void" preset (biome: minecraft:the_void) to do some Creative things. I believe that mob spawning is disabled for this biome; is there any way to enable mob spawning? I've tried /gamerule doMobSpawning true, with no success.
Cheers, ~WS
You can edit the preset to change the biome to another biome, such as plains, which will replicate the "void" preset except there won't be a stone platform (you can use /setblock to create one or place an initial block so you can then place more normally):
minecraft:air;minecraft:the_void;decoration
To:
minecraft:air;minecraft:plains;decoration
As for changing the biome for an existing world, specifically, already generated chunks, there is no easy way to do that in 1.13 (you could use MCEdit to change the biome but it does not support the new save format yet. New chunks can be changed by using NBTExplorer, which does support 1.13, to edit the "generatorOptions" string to change the biome).
TheMasterCaver's First World - possibly the most caved-out world in Minecraft history - includes world download.
TheMasterCaver's World - my own version of Minecraft largely based on my views of how the game should have evolved since 1.6.4.
Why do I still play in 1.6.4?
Thanks very much for the information, will see what I can do!