Started by
AcousticJamm
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to make an end-like dimension without the 1000 block restriction for end islands? Like, I want this dimension to not have 1000 blocks from the main island to the other islands.
Hi out there!
check out my post:
https://mcreator.net/forum/86661/help-custom-dimension
@Minecreator200 Your solution seems to work for only specific islands. I wish to naturally generate islands.
Jep. Thats true. Sorry :P
Its impossible to force remove the main end island because the end uses a noise that guarantees to generate the main end island, however you can use a different noise to remove the main end island by editing your code in your dimension specifically the json type not java, then you find the noise from final density called sloped cheese and replace it with "minecraft:end/base_3d_noise" it will generate end islands.
@Mbnrbuddy That's not at all what I was asking. I was asking if it were possible to have some kind of connection between the main island and the outer islands without any need for teleportation. Basically, I wanted the End, without the 1000-block gap between the main island and the outer islands.
nope there is now way since its a noise not like if you can force it
what i mean is that the end uses a noise called slope cheese which generates the end islands and the main end island so there is no way to remove the 1000 block gap there is now way to modify it to remove the gap