[build] Setup project for cross-version Minecraft development

This commit is contained in:
2025-10-26 12:52:04 +01:00
parent 1fbc97866c
commit d3f7aba2c9
18 changed files with 200 additions and 21 deletions

View File

@@ -0,0 +1,8 @@
[versions]
coat = "1.0.0-beta.23"
minecraft = "1.21.10"
parchment = "2025.10.12"
[libraries]
coat = { group = "de.siphalor.coat", name = "coat-mc1.21.10", version.ref = "coat" }
minecraft = { group = "com.mojang", name = "minecraft", version.ref = "minecraft" }

View File

@@ -0,0 +1,11 @@
[versions]
fabric-loader = "0.17.2"
fabric-loom = "1.11-SNAPSHOT"
jcyo = "0.4.2"
[plugins]
jcyo = { id = "de.siphalor.jcyo", version.ref = "jcyo" }
fabric-loom = { id = "fabric-loom", version.ref = "fabric-loom" }
[libraries]
fabric-loader = { group = "net.fabricmc", name = "fabric-loader", version.ref = "fabric-loader" }