1
[Req] 1.19.2 Void Dimension
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)
(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)
4
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.
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.
My problem is that only works with the overworld and I need it to be a separate dimension from the overworld.
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:
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
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": []
}
}
}
"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
