Changes

118 bytes added ,  17:43, 4 September 2022
Add warning about adding feature with multiple biome modifiers to best practices
Line 227: Line 227:     
* Avoid using biome modifiers to add vanilla placed features to biomes, as this may cause a feature cycle violation (the game will crash if two biomes have the same two features in their feature lists but in different orders). Placed features can be referenced in biome jsons or added via biome modifiers, but should not be used in both.
 
* Avoid using biome modifiers to add vanilla placed features to biomes, as this may cause a feature cycle violation (the game will crash if two biomes have the same two features in their feature lists but in different orders). Placed features can be referenced in biome jsons or added via biome modifiers, but should not be used in both.
 +
* Avoid adding the same placed feature with more than one biome modifier, as this can cause feature cycle violations.
22

edits