ericgrandt / TotalEconomy

All in one economy plugin for Minecraft.
https://ericgrandt.github.io/TotalEconomy/
31 stars 33 forks source link

RLCraft with Jobs #399

Closed Shaoj1e closed 6 months ago

Shaoj1e commented 2 years ago

So I'm trying to add on more mobs for the job "warrior" to track using the Lycanite mobs from RLCraft. I read up on seeing if other people were doing something similar and tried applying them. I also use the preset configuration and just change the mob and exp/reward. So an example I have set is...

         }
          cinder {
            exp="25"
            money="10"
         }  

This is one of the mobs from the Lycanite mobs mod, but I wasn't able to get it to work and not sure what else to do/change. I made sure the name was correct and toggled the id when killing the mob in game. To me it should've work but didn't. Appreciate any help on this :)