Filename
CompatSkills-1.12.2-1.3.0.jar
Uploaded by
lanse505
Uploaded
Apr 26, 2018
Game Version
1.12.2
Size
77.73 KB
Downloads
185
MD5
26a9d4f9a5308ebad5d4b30cdef3b5f0
Supported Minecraft 1.12 Versions
1.12.2
1.12.1
1.12
Supported Java Versions
Java 8
Changelog
- Added Baubles Support
- Added Hwyla/Waila Support
- Added TheOneProbe(TOP) Support
- Added a Mod-locking Tweaker for CraftTweaker
- mods.compatskills.ModLock.addModLock(String modId, String... Locked);
- Features past this point are WIP and are not currently functioning but are still implemented Code-wise!
- Added the ability to lock Skill-Levels behind Requirements
- Script Syntax:
- mods.compatskills.SkillLocks.addLevelLock(CTSkill skill, int level, String... defaultRequirements);
- mods.compatskills.SkillLocks.addLevelLock(<skill:reskillable:agility>, 5, "reskillable:building|15", "reskillable:magic|7", "adv|minecraft:husbandry/plant_seed", "stage|test");
- This means that if you gate level 10 of magic behind:
- Farming 4
- Attack 8
- If you try and level-up from 9 > 10
- If you do not meet the requirements it'll cancel the level-up and throw an error message!
- Script Syntax: