Compare commits
3 Commits
v0.2.0-bet
...
v0.2.0-bet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6ec14ff755 | ||
|
|
18e872ad12 | ||
|
|
13c6499854 |
@@ -3,7 +3,7 @@ import me.modmuss50.mpp.ReleaseType
|
|||||||
plugins {
|
plugins {
|
||||||
id("java-library")
|
id("java-library")
|
||||||
id("net.neoforged.moddev")
|
id("net.neoforged.moddev")
|
||||||
id("me.modmuss50.mod-publish-plugin") version "0.8.1" apply false
|
id("me.modmuss50.mod-publish-plugin") version "0.8.4" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
extensions.create("runConfigCommon", RunConfigCommon.class)
|
extensions.create("runConfigCommon", RunConfigCommon.class)
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ org.gradle.caching=true
|
|||||||
minecraft_version=1.21.4
|
minecraft_version=1.21.4
|
||||||
loader_version=0.16.9
|
loader_version=0.16.9
|
||||||
supported_minecraft_versions=1.21.4
|
supported_minecraft_versions=1.21.4
|
||||||
neoforge_version=21.4.0-beta
|
neoforge_version=21.4.33-beta
|
||||||
neoform_version=1.21.4-20241203.161809
|
neoform_version=1.21.4-20241203.161809
|
||||||
fabric_api_version=0.110.5+1.21.4
|
fabric_api_version=0.110.5+1.21.4
|
||||||
snakeyaml_version=2.3
|
snakeyaml_version=2.3
|
||||||
@@ -20,6 +20,6 @@ junit_version=5.11.3
|
|||||||
fabric_lithium_version=t1FlWYl9
|
fabric_lithium_version=t1FlWYl9
|
||||||
neo_lithium_version=iDqQi66g
|
neo_lithium_version=iDqQi66g
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.2.0-beta.6
|
mod_version=0.2.0-beta.7
|
||||||
maven_group=ca.spottedleaf.moonrise
|
maven_group=ca.spottedleaf.moonrise
|
||||||
archives_base_name=moonrise
|
archives_base_name=moonrise
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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-8.11.1-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-all.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|||||||
3
gradlew
vendored
3
gradlew
vendored
@@ -86,8 +86,7 @@ done
|
|||||||
# shellcheck disable=SC2034
|
# shellcheck disable=SC2034
|
||||||
APP_BASE_NAME=${0##*/}
|
APP_BASE_NAME=${0##*/}
|
||||||
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
||||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
|
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
|
||||||
' "$PWD" ) || exit
|
|
||||||
|
|
||||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||||
MAX_FD=maximum
|
MAX_FD=maximum
|
||||||
|
|||||||
@@ -22,9 +22,9 @@ pluginManagement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
|
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
|
||||||
id("quiet-fabric-loom") version "1.8.309" apply false
|
id("quiet-fabric-loom") version "1.9.312" apply false
|
||||||
id("net.neoforged.moddev") version "2.0.49-beta" apply false
|
id("net.neoforged.moddev") version "2.0.61-beta" apply false
|
||||||
id 'com.gradleup.shadow' version '8.3.5' apply false
|
id 'com.gradleup.shadow' version '8.3.5' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user