
CraftTweaker Sixik Utils AOA3 (Nevermine) (Outdated)
Активный0.0
Установок
Последнее обновление
This addon was created to expand the capabilities of modpack developers and help integrate the AOA3 (Nevermine) mod into your project
At the moment you can, get the Level and resources of the player. And it is possible to use mod AOA3 (Nevermine) events
Feature
- You can get an event that is responsible for gaining experience, and change the experience you get
- You can get the level of skills and their experience for your own purposes, maybe custom mechanics, etc.
- You can get the amount of resources, the same scale of gods
Examples
player.aoa3.getLevel(<resource:aoa3:innervation>);
return int level
player.aoa3.getxp(<resource:aoa3:innervation>);
return float xp
player.aoa3.grantXp(<resource:aoa3:innervation>, 210);
return void
println(Registries.getSkillList().toString());
return Will write all existing skills
println(Registries.getResourceList().toString());
return Will write all existing Resources
println(Registries.getAbilities().toString());
return Will write all existing Abilities
I will add new functions as needed
More info on the wiki -> https://github.com/8sixik/CraftTweaker_Utils/wiki/AOA3-Nevermine-Support
My discord - link