Home Getting Started With Scripts Using this wiki Commands CTGUI Global functions Bracket Handlers
CompatSkills
Baubles Immersive Engineering Magneticraft ProjectE
Tinker's Construct

Material Locks

Material-Lock

With the implementation of TConstruct support in CompatSkills 1.5.0. You now have the ability to lock: - Modifier Addition

For specific Tinker Construct’s Modifiers.

Syntax:

script.zs
// Blank Example:
mods.compatskills.ModifierLock.addModifierLock(String identifier, String... requirements);
// Example:
mods.compatskills.ModifierLock.addModifierLock("harvestwidth", "reskillable:mining|5", "reskillable:magic|7");