initial commit
build / build (push) Has been cancelled

This commit is contained in:
2026-06-18 09:15:06 +01:00
commit dd42e078ac
209 changed files with 1854 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=26.1.2
loader_version=0.19.3
loom_version=1.16-SNAPSHOT
fabric_kotlin_version=1.13.12+kotlin.2.4.0
# Mod Properties
mod_version=1.0.0
maven_group=dev.zxq5
archive_base_name=fantasysmp
# Dependencies
fabric_api_version=0.151.0+26.1.2