mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2026-09-19 16:10:31 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 741830a74b |
+1
-1
@@ -4,7 +4,7 @@ import java.nio.file.Paths
|
|||||||
plugins {
|
plugins {
|
||||||
id("net.fabricmc.fabric-loom")
|
id("net.fabricmc.fabric-loom")
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
id("org.jetbrains.kotlin.jvm") version "2.4.0"
|
id("org.jetbrains.kotlin.jvm") version "2.4.20"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = providers.gradleProperty("mod_version").get()
|
version = providers.gradleProperty("mod_version").get()
|
||||||
|
|||||||
+7
-9
@@ -4,15 +4,10 @@ org.gradle.parallel=true
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/develop
|
# check these on https://fabricmc.net/develop
|
||||||
minecraft_version=26.2
|
minecraft_version=26.3
|
||||||
loader_version=0.19.3
|
loader_version=0.19.5
|
||||||
loom_version=1.17-SNAPSHOT
|
loom_version=1.17-SNAPSHOT
|
||||||
|
fabric_kotlin_version=1.14.1+kotlin.2.4.20
|
||||||
# Fabric API
|
|
||||||
fabric_api_version=0.152.1+26.2
|
|
||||||
|
|
||||||
# https://modrinth.com/mod/fabric-language-kotlin/versions
|
|
||||||
fabric_kotlin_version=1.13.12+kotlin.2.4.0
|
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.5.4
|
mod_version=0.5.4
|
||||||
@@ -20,6 +15,9 @@ maven_group=xyz.thewhitedog9487
|
|||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
|
||||||
|
# Fabric API
|
||||||
|
fabric_api_version=0.160.6+26.3
|
||||||
|
|
||||||
# https://modrinth.com/mod/modmenu/versions
|
# https://modrinth.com/mod/modmenu/versions
|
||||||
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
|
# https://maven.terraformersmc.com/releases/com/terraformersmc/modmenu
|
||||||
modmenu_version=20.0.0-beta.2
|
modmenu_version=21.0.0-beta.1
|
||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-all.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
package xyz.thewhitedog9487
|
package xyz.thewhitedog9487
|
||||||
|
|
||||||
import net.fabricmc.api.EnvType
|
import net.fabricmc.api.EnvType
|
||||||
import net.fabricmc.api.Environment
|
|
||||||
import net.fabricmc.api.ModInitializer
|
import net.fabricmc.api.ModInitializer
|
||||||
import net.fabricmc.loader.api.FabricLoader
|
import net.fabricmc.loader.api.FabricLoader
|
||||||
import org.slf4j.Logger
|
import org.slf4j.Logger
|
||||||
|
|||||||
@@ -31,10 +31,10 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.9.3",
|
"fabricloader": ">=0.19.5",
|
||||||
"minecraft": "26.2",
|
"minecraft": "26.3",
|
||||||
"java": ">=25",
|
"java": ">=25",
|
||||||
"fabric-api": ">=0.152.1",
|
"fabric-api": ">=0.160.6",
|
||||||
"fabric-language-kotlin": "*"
|
"fabric-language-kotlin": "*"
|
||||||
},
|
},
|
||||||
"suggests": {
|
"suggests": {
|
||||||
|
|||||||
Reference in New Issue
Block a user