![Brutal Bosses - Custom Bosses[Forge/Fabric]](https://media.forgecdn.net/avatars/thumbnails/532/502/256/256/637856160336091283.png)
Cant actually read datapack
pyMelo opened this issue ยท 2 comments
Obviusly its my issue becouse im dumb but this is what i've done (im on curseforge client 1.20.1, forge)
The main issue are
- By putting the .zip inside datapacks in the new world it doesnt load it
- By putting the .zip manually in the datapacks when create the new world it works
- Even if it works, the mob does spawn, but instatly get removed
Inside the datapack folder i have the zip containing those files :
data/brutalbosses/bosses/dawnera.json
{
"entity": "dawnera:tyrannosaurus",
"name": "Dawnera Trex",
"visualscale": 1.8,
"experience": 300,
"showbossbar": true,
"attributes": {
"generic.max_health": 300,
"generic.follow_range": 50,
"generic.knockback_resistance": 10
},
"ai-goals": {
"brutalbosses:aftercombatregen": {
"amount": 1
},
"brutalbosses:whirldwind": {
"potiononhit": "minecraft:wither",
"potionduration": 200,
"knockback": 4,
"cooldown": 200
},
"brutalbosses:charge": {}
}
}
And pack.mcmeta
{
"pack": {
"description": "Brutal bosses example datapack",
"pack_format": 8,
"_comment": "Includes all bosses of the mod, only keep files you modify, remove the others, so they load the defaults of the mod itself"
}
}