Skip to content

Instantly share code, notes, and snippets.

@mcenderdragon
Created November 29, 2020 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcenderdragon/f98291a40416606f474913f24baad3d8 to your computer and use it in GitHub Desktop.
Save mcenderdragon/f98291a40416606f474913f24baad3d8 to your computer and use it in GitHub Desktop.
Biome JSONS Minecraft 1.16

Dimension & Biome JSON system from Minecraft 1.16

Things I found out so far: you can pretty much ignore the error you get in the log, they dont help. I found it helpfull to add a breakpoint to Line 198 in WorldSettingImport (net.minecraft.util.registry) there you see the actuall exceptions, like it did not find a certain feature

You can not use vanilla jsons, only the jsons inside your datapack so you need to copy the vanilla stuff you want/need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment