Started by
swelkinn_n
on
Topic category: Help with Minecraft modding (Java Edition)
How would you go about adding a custom dimension generation type?
I just want to make a simple floating islands-esq dimension, since the end dimension type has all but one of the islands generating a thousand blocks away and all.
I'm not exactly sure how to make the json file either but I can find that out on my own
Really simple, if you want to costumize it even more tho, make sure you know how json files work
First, finish your dimension, lock code and enter the first json file of it, should be called the name of your mod element, and should be in the dimension folder, to verify it is the correct one, it should say
Lastly, scroll to the bottom til it says
and on the line
change it to false, that's it, you can customize more things on this section too, just be careful if you don't know what they do.
(1.17) should be similar for others but not sure, haven't test
@RexCerv not esactly, because Minecraft can't load dimension with an ovveride without a bit of noise generation changing
@swelkinn_n use this site to make your dimension work without problems https://misode.github.io/dimension/