- 实现玩家死亡时生成物品箱的功能 - 添加 Mixin 注解和配置文件 - 设置 Gradle 构建脚本和 GitHub Actions - 创建客户端和服务端初始化类 - 添加日志记录和事件处理
10 lines
214 B
Plaintext
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
|
|
|