Mob masher doesnt work with PMMO
troopertate opened this issue ยท 1 comments
so I am playing a custom version of RAD 2 that I made and the Mon Masher does not work. i did some research and found that the mob masher makes a fake player that uses a sword to hit the mobs. knowing this I removed all the level requirements for all the Minecraft swords in hopes it would fix it and allow the fake player to use the sword but it didn't. I did take PMMO out and tried the mob masher and it worked. how do I fix this?
so I actually fixed it, I went into PMMO config and went into the weapons requirement and added the null sword with a requirement of 0
Files / config / pmmo / req_weapon.json
add this to the bottom
"mob_grinding_utils:null_sword":
{
"combat": 0
}
make sure the last entry has a comma(,) on its last bracket for example for me it looks like this
"spartantwilight:scythe_fiery":
{
"combat": 34
},
"mob_grinding_utils:null_sword":
{
"combat": 0
}
}