Migration
Format Version 1.1
In format version 1.1, customGen are now merged with into basic generators, you now only need to specify modifier
parameter in the result block.
For example:
{ "customGen": { // Type of generator "cobbleGen": { // The modifier "minecraft:bedrock": [ // Results { "id": "minecraft:stone", "weight": 100.0 }, ] } }, "formatVersion": "1.0"}
{ // Type of generator "cobbleGen": [ // Results { "id": "minecraft:stone", "weight": 100.0, // The modifier "modifier": "minecraft:bedrock" } ], "formatVersion": "1.1"}
Format Version 1.0
Format version 1.0 is the first version used by CobbleGen.