Brutal Bosses - Custom Bosses[Forge/Fabric]

Brutal Bosses - Custom Bosses[Forge/Fabric]

15M Downloads

Cant actually read datapack

pyMelo opened this issue ยท 4 comments

commented

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"
    }
}
commented

Actually having mob control in the modpack remove the possibility to use /summon

commented

Resize aint working on modded mobs

commented

ye the "mob control" mod is then killing off your boss entity, nothing I can do about it.
Resize bigger rendering only works when mods are using vanilla renders, not custom ones. So it may not work on some mobs

commented

Do you have any solution on loading the datapack?