Cannot use created skills
PssbleTrngle opened this issue ยท 5 comments
I cannot use the skills created by using this mod with it.
If I create a skill, say "modid:test", I can't use it in a script to use it as a requirement.
By matter of fact, I can't use any skills created by a different mod than reskillable itself
mods.compatskills.SkillCreator.createNewSkill("woodenbridges:survival", "textures/blocks/ice_packed.png"); Requirement.addRequirement(<minecraft:apple>, "reskillable:farming|2", "woodenbridges:survival|2");
I imported Requirement, just forgot to paste it in here
import mods.compatskills.Requirement;
I "fixed".
I made the mistake to put "before:compatskills" in the dependencies for my mod which creates the skills, instead of "before:crafttweaker".
It also works now with skills created by compatskills, don't know what I have done wrong there.
All in all: sorry for wasting your time, I must have been more tired than I tought