mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2025-07-12 23:03:36 +00:00
Compare commits
No commits in common. "34ea09dfd9c871f80bd750ef7601cfe2b61803f2" and "4de867d6aa104b6d0fdb0b5694ac061199eaa7db" have entirely different histories.
34ea09dfd9
...
4de867d6aa
@ -4,9 +4,9 @@ org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.21.6
|
||||
yarn_mappings=1.21.6+build.1
|
||||
loader_version=0.16.14
|
||||
minecraft_version=1.21.5
|
||||
yarn_mappings=1.21.5+build.1
|
||||
loader_version=0.16.10
|
||||
|
||||
# Mod Properties
|
||||
mod_version=0.3.5
|
||||
@ -14,8 +14,8 @@ maven_group=xyz.thewhitedog9487
|
||||
archives_base_name=RandomTeleporter
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.127.0+1.21.6
|
||||
fabric_version=0.119.5+1.21.5
|
||||
|
||||
# https://modrinth.com/mod/modmenu/versions
|
||||
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
|
||||
modmenu_version=15.0.0-beta.1
|
||||
modmenu_version=14.0.0-rc.2
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https://services.gradle.org/distributions/gradle-8.14-bin.zip
|
||||
distributionUrl=https://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
@ -27,10 +27,10 @@
|
||||
}
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.16.14",
|
||||
"minecraft": "1.21.6",
|
||||
"fabricloader": ">=0.16.10",
|
||||
"minecraft": "1.21.5",
|
||||
"java": ">=21",
|
||||
"fabric-api": ">=0.127.0"
|
||||
"fabric-api": ">=0.119.5"
|
||||
},
|
||||
"suggests": {
|
||||
"another-mod": "*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user