SpicyDandelion
Newcomer
Hiya, so I downloaded this mod but nothing seems to be spawning. I'm four days in, with an empty farm cave. I read the mods post section, and it seems to have a very low spawn chance...maybe? The creator seems to be inactive now, and idk how to get help for it. I thought of going into the config.json, but this mod doesn't have one???? Just a manifest.json and content.json. If anyone can read the content file I pasted at the bottom, and tell me what line I need to change, it would be greatly appreciated!
{
"Format": "1.23.0",
"Changes": [
{
"Action": "EditData",
"Target": "farm_cave_choices",
"Entries": {
"PaganBunnies": {
"id": "PaganBunnies",
"choice": "Pagan Bunnies",
"description": "I can set up the cave to attract pagan bunnies that leave random eggs.",
"resources": [
{
"id": "180",
"weight": 60
},
{
"id": "176",
"weight": 60
},
{
"id": "174",
"weight": 30
},
{
"id": "182",
"weight": 30
},
{
"id": "272",
"weight": 10
},
{
"id": "107",
"weight": 3
},
{
"id": "289",
"weight": 1
},
{
"id": "446",
"weight": 1
},
{
"id": "928",
"weight": 1
}
]
}
}
}
]
}
{
"Format": "1.23.0",
"Changes": [
{
"Action": "EditData",
"Target": "farm_cave_choices",
"Entries": {
"PaganBunnies": {
"id": "PaganBunnies",
"choice": "Pagan Bunnies",
"description": "I can set up the cave to attract pagan bunnies that leave random eggs.",
"resources": [
{
"id": "180",
"weight": 60
},
{
"id": "176",
"weight": 60
},
{
"id": "174",
"weight": 30
},
{
"id": "182",
"weight": 30
},
{
"id": "272",
"weight": 10
},
{
"id": "107",
"weight": 3
},
{
"id": "289",
"weight": 1
},
{
"id": "446",
"weight": 1
},
{
"id": "928",
"weight": 1
}
]
}
}
}
]
}