Coders-After-Dark / Reskillable

Other
7 stars 17 forks source link

Issues with mod items #206

Open GoldiMC opened 3 years ago

GoldiMC commented 3 years ago

I really love reskillable, but when I trying to add levels to items from other mods in a server I'm admin (of aternos) I having some issues. It does not work and sometimes compatskills.cfg and reskillable.cfg just reset and a "errored" copy creates.

firstaid:morphine=reskillable:agility|1 in reskillable.cfg and mods.compatskills.Requirement.addRequirement(<reskillable:morphine:*>, "reskillable:agility|1"); in compatskills.cfg (I don't know where to put it so I write it at end) Thanks you.

(P.S: I'm from Uruguay so my english may be not so good)

pupnewfster commented 3 years ago

I would check your latest log for any syntax errors, but one issue is that you start at level 1 of all skills so you are already agility 1

GoldiMC commented 3 years ago

I would check your latest log for any syntax errors, but one issue is that you start at level 1 of all skills so you are already agility 1

Oh that's true, how can I send you the .cfg?

pupnewfster commented 3 years ago

In theory I think you may be able share them here via gist or pastebin or on our discord server. Also I missed this when initially reading it but compat skills uses CraftTweaker scripts to add requirements to things it doesn't go in the compatskills config.

GoldiMC commented 3 years ago

Ok, but before I put only in reskillable.cfg with others items and requirements but it didn't work too.

Wait me a short time and I will send you the .cfg

GoldiMC commented 3 years ago

reskillable.cfg: https://pastebin.com/BfC9G9pH compatskills.cfg: https://pastebin.com/ScQWWGQ2

GoldiMC commented 3 years ago

Hey, It's me again. I just want say I still with the issue