1

[Req] 1.19.2 Void Dimension

AmbientFrost 4/6/23 10:52 pm
778
4/10/2023 5:32 pm
I'm needing help making a void world dimension for my spawn world and was wondering if anyone could help me out.
(I don't want it to overwrite the overworld/nether/end which is why I havent been able to work with stuff i see on PMC)
Posted by
AmbientFrost
Level 15 : Journeyman Pokémon
4

  Have something to say?

JoinSign in

4

Kirbycope
04/10/2023 5:32 pm
Level 71 : Legendary Programmer
Use this, misode.github.io/dimension/

The developer, Misode, is on Discord if you get stuck.
1
boomboompowermc
04/07/2023 12:31 am
Level 1 : New System
Hey there, I'd recommend going into the Singleplayer "Flat" world options, and creating a world with the "void" preset.

Once this has been done and generated, copy the world folder onto your server and it should still be a void world.

Occasionally, the generator might not be copied, so it could be worth loading a few void chunks in singleplayer first, then copying the files with the preloaded void chunks first. You can set a smaller worldborder to stop players being able to create new chunks on the server to prevent terrain spawning.

I hope this helps.
1
AmbientFrost
04/07/2023 6:05 am
Level 15 : Journeyman Pokémon
My problem is that only works with the overworld and I need it to be a separate dimension from the overworld.
1
imalittlhigh
04/07/2023 1:16 pm
Level 67 : High Grandmaster Sweetheart Stack
history
i actually made a datapack that just adds a void dimension.
You just have to create this file structure:

*DatapackName*\data\*Name*\dimension

and create a *name*.json file in the dimension folder (you can name it whatever you want)

in that file paste this:
paste this
{
"type": "minecraft:overworld",
"generator": {
"type": "minecraft:flat",
"settings": {
"lakes": false,
"features": false,
"layers": [
{
"block": "minecraft:air",
"height": 1
}
],
"structure_overrides": []
}
}
}

now you can go to that dimension by doing /execute in *name of dimension* run tp @s ~ ~ ~

also the ------------ is not part of the file ^^
all the text in * you can replace with whatever, just also replace the *, you dont need them ^^

you just need to paste the datapack in the datapacks folder of the world and youll have the dimension.
Since worldgen is kinda unstable, dont expect the dimension to work forever (if it breaks it could also cause issues with your whole world)

im having some issues with this comment, if something doesnt show up, or you need help, just add me on discord imalittlhigh#3104
1

Welcome