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

17 lines
394 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.16.10
# Mod Properties
mod_version=1.0.0
maven_group=com.simpletombstone
archives_base_name=simple-tombstone
# Dependencies
fabric_version=0.97.2+1.20.4