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