ZenScript Copyimport mods.roots.Modifiers;
使用方式
Link to 使用方式
ZenScript Copyvoid disableModifier(
string modifierName // the modifier name to be disabled (if not provided in the format of roots:modifier, a resource location will be created from the string)
);
This is used to disable specific modifiers.
ZenScript Copyimport mods.roots.Modifiers;
Modifiers.disableModifier("roots:radius_boost"); // Disables the radius boost modifier from the Acid Cloud spell.