Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minecraft-ams/animatedfreeze
This mod allows you to disable animation effects for any material using commands.
https://github.com/minecraft-ams/animatedfreeze
Last synced: about 2 months ago
JSON representation
This mod allows you to disable animation effects for any material using commands.
- Host: GitHub
- URL: https://github.com/minecraft-ams/animatedfreeze
- Owner: Minecraft-AMS
- License: lgpl-3.0
- Created: 2023-06-16T13:10:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-11T13:17:52.000Z (5 months ago)
- Last Synced: 2024-08-11T14:29:01.240Z (5 months ago)
- Language: Java
- Homepage:
- Size: 263 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AnimatedFreeze - 动画冻结
**中文**| [**English**](README_en.md)
## 简介
- 该模组可以使用指令禁用任何材质的动画效果。- 包含了[FastChest](https://github.com/FakeDomi/FastChest)模组的功能,您只需要启用内置的材质包并将其放在第一位即可。
- 如有遗漏的部分欢迎提交issue。
- 可能和部分资源包不兼容且关于这方面的问题将不会被处理。
## 指令
- **/animatedFreeze add <材质名>**
添加一个需要禁用动画的材质。> 指令建议的值不是必须的,您可以自由的写入正确的材质名即使它不存在于指令所建议的值中。
- **/animatedFreeze remove <材质名>**移除一个已被禁用动画的材质。
- **/animatedFreeze removeAll**
解禁所有材质。
- **/animatedFreeze list**
查看已禁用动画的材质列表。
- **/animatedFreeze help**查看指令帮助。
## 材质包
- **af_mod/chest_optimization(箱子优化)**
改变了箱子的渲染方式,大幅提升FPS(使用时请将该材质放在第一位)。
该实现方式与 [FastChest](https://github.com/FakeDomi/FastChest) 模组基本相同,因此有关于此材质的问题可以参考 [FastChest README](https://github.com/FakeDomi/FastChest/blob/master/README.md)。