
Passive Skill Tree Stage
Активный0.0
Установок
0
Последнее обновление
9 месяцев назад
Клиент
Приключенческие
Аддоны
PST Stage - This is a mod that will allow you to limit the opening of the leveling tree, as well as the opening of skills until the player has a stage
My Discord
If you want support me
You need a CraftTweaker to work
Example Scripts
Package import mods.pststage.PSTStage;
Restricted Open Skill Tree
PSTStage.applySkillTreeStage(String stageID, ResourceLocation[] skillTreeID);
PSTStage.applySkillTreeStage("one", [<resource:skilltree:main_tree>, <resource:mymode:tree>]);
Restricted Learn Skills
PSTStage.applySkillStage(String stageID, ResourceLocation[] skillsID);
PSTStage.applySkillStage("one", [<resource:skilltree:hunter_class>, <resource:skilltree:hunter_crafting_1>]);