Compare commits
3 Commits
1.21.11_fa
...
v1.0.0_1.2
| Author | SHA1 | Date | |
|---|---|---|---|
| 26b5672abb | |||
| a1d01d1f9a | |||
| 2dacb8f91a |
@@ -1,36 +1,9 @@
|
||||
# Done to increase the memory available to gradle.
|
||||
org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
#1.21.9
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
#minecraft_version=1.21.9
|
||||
#yarn_mappings=1.21.9+build.1
|
||||
#loader_version=0.18.4
|
||||
#loom_version=1.14-SNAPSHOT
|
||||
|
||||
# Dependencies
|
||||
#fabric_version=0.134.1+1.21.9
|
||||
#modmenu_version=16.0.0-rc.2
|
||||
#kirin_version=1.21.1+1.21.7
|
||||
|
||||
|
||||
#1.21.10
|
||||
# Fabric Properties
|
||||
#minecraft_version=1.21.10
|
||||
#yarn_mappings=1.21.10+build.3
|
||||
#loader_version=0.18.4
|
||||
#loom_version=1.14-SNAPSHOT
|
||||
|
||||
# Dependencies
|
||||
#fabric_version=0.138.4+1.21.10
|
||||
#modmenu_version=16.0.0-rc.2
|
||||
#kirin_version=1.21.3+1.21.10
|
||||
|
||||
#1.21.11
|
||||
# Fabric Properties
|
||||
minecraft_version=1.21.11
|
||||
yarn_mappings=1.21.11+build.3
|
||||
minecraft_version=1.21.10
|
||||
yarn_mappings=1.21.10+build.3
|
||||
loader_version=0.18.4
|
||||
loom_version=1.14-SNAPSHOT
|
||||
|
||||
@@ -40,6 +13,6 @@ org.gradle.jvmargs=-Xmx1G
|
||||
archives_base_name=cave_dust_reforged
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.140.2+1.21.11
|
||||
modmenu_version=17.0.0-beta.1
|
||||
kirin_version=1.21.4+1.21.11
|
||||
fabric_version=0.138.4+1.21.10
|
||||
modmenu_version=16.0.0-rc.2
|
||||
kirin_version=1.21.3+1.21.10
|
||||
@@ -34,7 +34,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.17.2",
|
||||
"fabric": "*",
|
||||
"minecraft": "1.21.11",
|
||||
"minecraft": "1.21.10",
|
||||
"java": ">=17"
|
||||
},
|
||||
"suggests": {
|
||||
|
||||
Reference in New Issue
Block a user