mirror of
https://github.com/FabricMC/fabric.git
synced 2024-11-24 08:38:17 -05:00
Basic project setup for 24w33a
This commit is contained in:
parent
343cdcb01b
commit
23332d0bcf
4 changed files with 6 additions and 6 deletions
|
@ -4,7 +4,7 @@ plugins {
|
|||
id "idea"
|
||||
id "maven-publish"
|
||||
id 'jacoco'
|
||||
id "fabric-loom" version "1.6.11" apply false
|
||||
id "fabric-loom" version "1.7.3" apply false
|
||||
id "com.diffplug.spotless" version "6.20.0"
|
||||
id "org.ajoberstar.grgit" version "5.2.2"
|
||||
id "me.modmuss50.remotesign" version "0.4.0" apply false
|
||||
|
|
|
@ -3,12 +3,12 @@ org.gradle.parallel=true
|
|||
fabric.loom.multiProjectOptimisation=true
|
||||
|
||||
version=0.102.1
|
||||
minecraft_version=1.21.1
|
||||
minecraft_version=24w33a
|
||||
yarn_version=+build.1
|
||||
loader_version=0.15.11
|
||||
loader_version=0.16.2
|
||||
installer_version=1.0.1
|
||||
|
||||
prerelease=false
|
||||
prerelease=true
|
||||
curseforge_minecraft_version=1.21.1
|
||||
|
||||
# Do not manually update, use the bumpversions task:
|
||||
|
|
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.7-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"depends": {
|
||||
"fabricloader": ">=0.15.11",
|
||||
"java": ">=21",
|
||||
"minecraft": ">=1.21- <1.21.2-"
|
||||
"minecraft": ">=1.21.2- <1.21.3-"
|
||||
},
|
||||
"description": "Core API module providing key hooks and intercompatibility features."
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue