← Назад к ресурсам

GUI Tween

Added some GUI animation effects.

Modrinth decoration utility

Описание

Added some GUI animation effects. ## 🎨 Animation Effects Added various GUI animation effects to enhance the visual operation experience: - Chat Animation: ![chat](https://img.remit.ee/api/file/BQACAgUAAyEGAASHRsPbAAERDEBpmalIPuTzxwAB1D8v9mZVAq8zcnsAAoUbAALY2NFUcMl_bVps8hU6BA.gif) - Window Item Animation: ![window item](https://i.postimg.cc/hP8HPMGS/window-item.gif) - Window Open Animation: ![open window](https://img.remit.ee/api/file/BQACAgUAAyEGAASHRsPbAAERDEtpmaubhtMVxfHs6jGqwTVhkYU6KQACnxsAAtjY0VSuZ2raiG36jToE.gif) - Hotbar Animation: ![hotbar](https://img.remit.ee/api/file/BQACAgUAAyEGAASHRsPbAAERDG9pma-3LexKslb09rJdL1hFCzy73wACxRsAAtjY0VRCmdRDxtbGjDoE.gif) - Item Use Animation: ![use item](https://i.postimg.cc/MHmdxPm9/use-item.gif) ## ⚙️ Configuration GUI animation related configuration interface: ![Configuration](https://cdn.modrinth.com/data/cached_images/98fd8d6f1398aaae849dfc1081a1d9facd0477bf.png) ## 🔧 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](https://media.forgecdn.net/attachments/description/1399693/description_f1dba829-2dcd-41cf-a192-1ece23730b6e.png) ### 2. Configuration Instructions Core Rules: - `name`: Fill in the screen class name - `output_slots`: Fill in the output slot index array Configuration Example: ![image](https://media.forgecdn.net/attachments/description/1399693/description_63589bf8-b343-4461-81e7-06250fe82a92.png) ### 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](https://cdn.modrinth.com/data/cached_images/3888bd6869a0a044e14fcf234caa05c974d1c1a6.png)