17

Pre-1.17 WorldGen World Type

4 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 1
    Registered User commented
    Comment actions Permalink

    some people "probably won't like" any of the updates, from the pretty scary update to the world of color to even the unneccesary bee one. 1.17 is not any different from the other 16 updates.

  • 0
    Registered User commented
    Comment actions Permalink

    I'd like this to be a feature for Java too! Just as we can select amplified, super flat, or custom for a world type, it would be fantastic to have an Old Gen world type so we can experience a bit of nostalgia in the future!

  • 0
    Registered User commented
    Comment actions Permalink

    I make Minecraft addons and I have a youtube channel https://www.youtube.com/c/NickMotions/videos 

    I was actually working on a new map and I stumbled upon a string called base_game_version in the MCTEMPLATE manifest.json

    basically it locks your world on an update, and if you set it to something like 1.16.5 or earlier you will get 1.16 world generation back. they kept the old world gen code so marketplace maps wouldn't get corrupted. but they could theoretically take the code and make a world type with it.

    This only exists in the bedrock edition. on java it will be different

  • 0
    Registered User commented
    Comment actions Permalink

    I make Minecraft addons and I have a youtube channel https://www.youtube.com/c/NickMotions/videos 

    I was actually working on a new map and I stumbled upon a string called base_game_version in the MCTEMPLATE manifest.json

    basically it locks your world on an update, and if you set it to something like 1.16.5 or earlier you will get 1.16 world generation back. they kept the old world gen code so marketplace maps wouldn't get corrupted. but they could theoretically take the code and make a world type with it.

    This only exists in the bedrock edition. on java it will be different