mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-21 03:10:54 -04:00
Rename modid to "fabric-api" and provide "fabric". Update loom (#2446)
* Rename modid to "fabric-api" and provide "fabric" Update loom Update loader Update gradle * opps * Update loom and gradle again.
This commit is contained in:
parent
84f79e9d2d
commit
f60060dfe3
5 changed files with 8 additions and 9 deletions
|
@ -9,7 +9,7 @@ plugins {
|
|||
id "eclipse"
|
||||
id "idea"
|
||||
id "maven-publish"
|
||||
id "fabric-loom" version "0.12.48" apply false
|
||||
id "fabric-loom" version "0.13.6" apply false
|
||||
id "com.diffplug.spotless" version "6.5.1"
|
||||
id "org.ajoberstar.grgit" version "3.1.0"
|
||||
id "com.matthewprenger.cursegradle" version "1.4.0"
|
||||
|
@ -207,10 +207,6 @@ allprojects {
|
|||
testmodImplementation sourceSets.client.output
|
||||
}
|
||||
|
||||
loom {
|
||||
shareRemapCaches = true
|
||||
}
|
||||
|
||||
tasks.withType(ProcessResources).configureEach {
|
||||
inputs.property "version", project.version
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ org.gradle.parallel=true
|
|||
version=0.58.6
|
||||
minecraft_version=1.19.2
|
||||
yarn_version=+build.1
|
||||
loader_version=0.14.8
|
||||
loader_version=0.14.9
|
||||
|
||||
prerelease=false
|
||||
|
||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "fabric",
|
||||
"id": "fabric-api",
|
||||
"provides": [
|
||||
"fabric"
|
||||
],
|
||||
"name": "Fabric API",
|
||||
"version": "${version}",
|
||||
"environment": "*",
|
||||
|
@ -16,7 +19,7 @@
|
|||
"FabricMC"
|
||||
],
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.8",
|
||||
"fabricloader": ">=0.14.9",
|
||||
"java": ">=17",
|
||||
"minecraft": "~1.19.1-beta.2"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue