AppleskinStage
This modification serves as an extension for two popular addons: Gamestage and Appleskin.
With it, you can control the display of the Appleskin interface through CraftTweaker scripts. You simply specify a certain game stage, after reaching which the additional interface elements become available to the player.
How it works:
- Until the stage is unlocked, hunger and health bars appear in the standard vanilla form
- After passing the required stage, all extended tooltips and indicators from the appleskin mod become visible
Users can very easily integrate the functionality into modpacks. Below is an example script for CraftTweaker:
import mods.appleskinstage.AppleskinStage;
AppleskinStage.setStage("Demo_Stage");
The following dependencies are required for the mod to work correctly:
- Appleskin by author squeek502 - responsible for the extended hunger parameter interface
- CraftTweaker by developer Jareddlll08 - provides a system for creating custom recipes and scripts
- Gamestage by DarkhaxDev - implements the game stage system