Skip to content

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"
}

Format Version 1.0

Format version 1.0 is the first version used by CobbleGen.