End Islands without main island

Started by AcousticJamm on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
End Islands without main island

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.

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Minecreator200 Your…
Thu, 05/12/2022 - 16:47

@Minecreator200 Your solution seems to work for only specific islands. I wish to naturally generate islands.

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Jep. Thats true. Sorry :P
Thu, 05/12/2022 - 18:11

Jep. Thats true. Sorry :P

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Its impossible to force…
Wed, 07/24/2024 - 08:49

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.

Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Mbnrbuddy That's not at all…
Wed, 07/24/2024 - 13:21

@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.

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nope there is now way since…
Tue, 07/30/2024 - 12:11

nope there is now way since its a noise not like if you can force it

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
what i mean is that the end…
Tue, 07/30/2024 - 12:12

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