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