Hello, how can I add additional mobs to the combat leveling pool?
for example, I want to add the bears and wolves.
I tried adding the following lines in the mods>xskills>patches>combat, however it does not work:
"file": "game:entities/land/wolf(female)",
"op": "add",
"path": "/server/behaviors/-",
"value": {
"code": "XSkillsEntity",
"xp": 2.5
}
},
{