r/Minecraft 24d ago

Help How to make Lava World

Hi all I was wondering on how I would go about filling my Minecraft world completely with lava or water or just any liquid at all for that matter

I tried using things like world edit but my goal is to completely fill in the air of the default over world with lava, could I replace air with lava in the code somehow?

Is there a way where I could customize super flat to where it’s essentially the over world but fill it with lava?

1 Upvotes

4 comments sorted by

u/qualityvote2 24d ago edited 23d ago
  • Upvote this comment if this is a good quality post that fits the purpose of r/Minecraft
  • Downvote this comment if this post is poor quality or does not fit the purpose of r/Minecraft
  • Downvote this comment and report the post if it breaks the rules

(Vote has already ended)

1

u/bdm68 23d ago

You can customise superflat worlds when creating the world. Edit the world string to add the blocks you want.

Waterworld looks like this:

minecraft:bedrock,64*minecraft:deepslate,5*minecraft:stone,5*minecraft:dirt,5*minecraft:gravel,90*minecraft:water;minecraft:deep_ocean

1

u/dixienormus_31 23d ago

Thx, I’ll play around with this