{ "mod": "create_confectionery", "spawn": { // Array of all categories this mod has spawns for "categories": { "monster": { // Set the limit per mob within this category "spawns": { "little_gingerbread_man": { // Do not edit this name "name": "little_gingerbread_man", // Maximum amount of this mob that can spawn per chunk "limit": 70 } } } } } }