[Feature]: GameStages Support
Lanse505 opened this issue ยท 1 comments
Implemented GameStage support as Requirements,
Implemented the ability to create "Dummy Traits" that can hold requirements, and once unlocked, unlocks the appropriate Gamestage.
Syntax for the Dummy Traits:
mods.compatskills.GameStageUnlockable.addGameStageUnlockable(String gamestage, String name, int x, int y, String skillName, int cost, @Optional String... defaultRequirements)
mods.compatskills.GameStageUnlockable.addGameStageUnlockable("Tier1", "Tier1", 5, 5, "reskillable:gathering", 3)
mods.compatskills.GameStageUnlockable.addGameStageUnlockable("Tier1", "Tier1", 5, 5, "reskillable:gathering", 3, "reskillable:gathering|14", "reskillable:magic:6", "adv|minecraft:husbandry/plant_seed")