GUI Tween

Added some GUI animation effects.

12,93k

GUI Tween

Added some GUI animation effects.

🎨 Animation Effects

Added various GUI animation effects to enhance the visual operation experience:

- Chat Animation:<br> chat

- Window Item Animation:<br> window item

- Window Open Animation:<br> open window

- Hotbar Animation:<br> hotbar

- Item Use Animation:<br> use item

⚙️ Configuration

GUI animation related configuration interface:

Configuration

🔧 Add a new screen output slot animation

You can add an output slot animation to a specified screen by creating a datapack, following these steps:

1. Folder Directory Structure

The following directory format must be strictly followed:

`"Any Name"/data/"mod id"/window_slots/"name".json`

Directory Example:

image

2. Configuration Instructions

Core Rules:

- `name`: Fill in the screen class name

- `output_slots`: Fill in the output slot index array

Configuration Example:

image

3. View Screen Information

Method to obtain screen class name and slot index:

1. Enter the configuration interface and enable "enable debug window"

2. Open the target screen to view the relevant information

Screen Information Example:

Screen Information

ADS