[1.18] Chickens still spawn even if they are disabled
frifre10 opened this issue ยท 2 comments
Hello, for my modpack I wanted to add the chickens but when checking everything, the chickens continue to spawn despite having put "NONE" in "spawn_type". Does anyone have a solution, I'm playing in 1.18
"chickens:netherite_scrap_chicken": {
"name": "netherite_scrap_chicken",
"is_enabled": true,
"lay_coefficient": 1.0,
"lay_item": {
"itemID": "minecraft:netherite_scrap"
},
"drop_item": {
"itemID": "minecraft:netherite_scrap"
},
"spawn_type": "NONE",
"parent_1": "",
"parent_2": ""
},