Rename modid to "fabric-api" and provide "fabric". Update loom ()

* 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:
modmuss50 2022-08-06 19:05:38 +01:00 committed by GitHub
parent 84f79e9d2d
commit f60060dfe3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 9 deletions

View file

@ -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

View file

@ -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

Binary file not shown.

View file

@ -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

View file

@ -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"
},