Tutorial: End-like generation fix.

Started by Unknown Raccoon on

Topic category: Help with modding (Java Edition)

Last seen on 17:08, 18. Apr 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Tutorial: End-like generation fix.

After the release of 2021.1, you may have encountered a problem end-like generating worlds. Flying islands were generated so infrequently that even in creative mode you sometimes had to look for them for a long time. Here's how to fix these worlds:

1. Click on your dimension in Mcreator and choose third file with path src\main\resources\data\<your_mod_id>\dimension\<your_dimension_id>.json

.

2. Find thid part of code.

..

3. Replace this code from this:

      "noise": {
        "density_factor": 2,
        "density_offset": 0,
        "simplex_surface_noise": true,
        "random_density_offset": false,
        "island_noise_override": true,
        "amplified": false,
        "size_horizontal": 10,
        "size_vertical": 1,
        "height": 128,
        "sampling": {
          "xz_scale": 100,
          "y_scale": 1,
          "xz_factor": 100,
          "y_factor": 100
        },
        "bottom_slide": {
          "target": -30,
          "size": 10,
          "offset": 5
        },
        "top_slide": {
          "target": -3000,
          "size": 64,
          "offset": -46
        }
      },

.

The end result:

123

Last seen on 07:05, 20. Nov 2022
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks you, same problem was…
Tue, 04/27/2021 - 11:32

Thanks you, same problem was!!

End-like settings reflect…
Tue, 04/27/2021 - 18:57

End-like settings reflect vanilla settings.

What is the source of these custom settings, or is it manually tweaked? We wanted to keep settings as close to vanilla as possible.

Last seen on 17:08, 18. Apr 2024
Joined Feb 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I experimented with the…
Wed, 04/28/2021 - 06:41

I experimented with the noise and made this generation myself, as close to the old one as possible. Vanilla generation after the release of 2021.1 for some reason began to generate islands very rarely, which in survival would be very difficult, if not impossible, to pass such worlds. 

Last seen on 14:11, 23. Jul 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I tryed this on a dimension…
Wed, 07/07/2021 - 14:06

I tryed this on a dimension without a portal but a block you can click on to enter. For some reason it doesnt work with changed generation, is it because i lock the code? Idk how to fix it.

Last seen on 22:38, 10. Nov 2021
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
i tried this but my…
Fri, 09/17/2021 - 18:44

i tried this but my dimension wouldnt load into minecraft at all, like i couldnt even target the registery, does the dimension have to have a portal?

 

Last seen on 17:50, 23. May 2022
Joined Sep 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Was this patched out? Since…
Sun, 09/26/2021 - 05:38

Was this patched out? Since the two above me and myself seem to have been locked out of the dimension and the moderator was saying how they wanted to keep the mods as vanilla as possible... which sounds weird.

Last seen on 20:49, 24. Oct 2021
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
With much fiddling, I got…
Thu, 10/14/2021 - 17:14

With much fiddling, I got the above code to work. I also had trouble with the dimension locking up/not loading at all. I added "min_y" back because it was missing and I didn't know how it would affect it. However, through trial and error and a little digging, I finally got my dimension to load in. BUT only if "size_horizontal" is 4 or less. Anything over 4 and it won't load at all, just a broken portal.

I hope this unbreaks your portals, friends.

Last seen on 02:10, 30. Mar 2022
Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
does not work for me the…
Thu, 11/11/2021 - 06:02

does not work for me the portal does not work, the game crashes or the dimension is completely empty

Last seen on 13:36, 19. Nov 2022
Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making that change can't…
Sat, 05/21/2022 - 15:52

Making that change can't access the dimension, some of the values ​​corrupt it