Making a superflat dimension (redux)

Started by Engineer on

Topic category: Help with modding (Java Edition)

Last seen on 16:26, 16. Apr 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making a superflat dimension (redux)

So yes, people have said this before, and usually the answers are just "set height variation to 0" and they don't realize that there are still some small hills. I was wondering, how do you go into the code and change the height manually? I've tried going into the json values for the dimension but if I change the values then the dimension doesn't even load. How can I set it to superflat manually?

Last seen on 16:26, 16. Apr 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok so I figured it out, in…
Wed, 04/13/2022 - 16:21

Ok so I figured it out, in the json file for the dimension you have to set the y_factor to 0.001, which compresses the height noise to a value lesser than one and it just gets rounded so that its entirely flat.

Last seen on 16:58, 20. Mar 2023
Joined Jul 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
which y_factor?
Tue, 02/21/2023 - 23:17

which y_factor?