Apollo
Apollo
Attempting to add more than 1 structure set to an exclusion zone has unintended effects. This is the JSON I put into the structure set generator:  And this is...
**Minecraft Version:** 1.20.1 **Forge Version:** 47.1.3 **Mod Version:** 1.12.4 **Single Player or Server:** Singleplayer **Describe problem (what you were doing; what happened; what should have happened):** Due to the setup...
Invisible items (incomplete list): - beds - shields - skulls and heads Missing item colors: - tipped arrows - potions - spawn eggs - leather armor - firework star -...
## Summary 1.20.2 added pack overlays (explained in the [23w31a changelog](https://www.minecraft.net/en-us/article/minecraft-snapshot-23w31a)), which conditionally overlay resource/data pack files from sub-directories onto the base pack. This PR adds an API for custom...
You can see it in the file [here](https://github.com/FabricMC/fabric/blob/1.20.1/fabric-convention-tags-v1/src/generated/resources/data/c/tags/worldgen/biome/climate_cold.json).
Relies on [this PR](https://github.com/misode/minecraft-schemas/pull/53).
 It also afterwards places more squares than it needs to (this grid is supposed to be 17x11) 
Completely missed it in my previous fix PR, but lime flowers stopped generating. This also still ended up causing some crashes when used with other worldgen mods.
Title mostly says it all. Vanilla sorts keys in the default json files alphabetically (excluding the `type` key which always comes first). It would be nice to have this sorting...