SimpleTombstone/.gitattributes
fly6516 e1adba7ded feat: 创建简单的墓碑模组
- 实现玩家死亡时生成物品箱的功能
- 添加 Mixin 注解和配置文件
- 设置 Gradle 构建脚本和 GitHub Actions
- 创建客户端和服务端初始化类
- 添加日志记录和事件处理
2025-03-24 15:14:24 +08:00

10 lines
214 B
Plaintext

#
# https://help.github.com/articles/dealing-with-line-endings/
#
# Linux start script should use lf
/gradlew text eol=lf
# These are Windows script files and should use crlf
*.bat text eol=crlf