fix: update ancient dependencies
This commit is contained in:
parent
1f482b2a58
commit
b1895f04bb
@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '0.9-SNAPSHOT'
|
id 'fabric-loom' version '1.1-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ processResources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
loom {
|
loom {
|
||||||
accessWidener = file("src/main/resources/keystrokes.accesswidener")
|
accessWidenerPath = file("src/main/resources/keystrokes.accesswidener")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType(JavaCompile).configureEach {
|
tasks.withType(JavaCompile).configureEach {
|
||||||
|
@ -3,10 +3,10 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
minecraft_version=1.16.5
|
minecraft_version=1.16.5
|
||||||
yarn_mappings=1.16.5+build.10
|
yarn_mappings=1.16.5+build.10
|
||||||
loader_version=0.11.6
|
loader_version=0.14.19
|
||||||
|
|
||||||
# Deps
|
# Deps
|
||||||
fabric_version=0.38.2+1.16
|
fabric_version=0.42.0+1.16
|
||||||
|
|
||||||
mod_version = 0.1.0
|
mod_version = 0.1.0
|
||||||
maven_group = me.topchetoeu.keystrokes
|
maven_group = me.topchetoeu.keystrokes
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
3
gradle/wrapper/gradle-wrapper.properties
vendored
3
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,5 +1,6 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
|
||||||
|
networkTimeout=10000
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
@ -1,29 +1,29 @@
|
|||||||
{
|
{
|
||||||
"schemaVersion": 1,
|
"schemaVersion": 1,
|
||||||
"id": "keystrokes",
|
"id": "keystrokes",
|
||||||
"version": "${version}",
|
"version": "${version}",
|
||||||
|
|
||||||
"name": "Keystrokes for Fabric",
|
"name": "Keystrokes for Fabric",
|
||||||
"description": "The same as the Keystrokes Forge mod, but for Fabric",
|
"description": "A Minecraft Fabric mod that adds the well-known keystrokes overlay",
|
||||||
"authors": [ "TopchetoEU" ],
|
"authors": [ "TopchetoEU" ],
|
||||||
|
|
||||||
"license": "GPL3",
|
"license": "MIT",
|
||||||
"icon": "assets/keystrokes/icon.png",
|
"icon": "assets/keystrokes/icon.png",
|
||||||
|
|
||||||
"environment": "*",
|
"environment": "*",
|
||||||
"entrypoints": {
|
"entrypoints": {
|
||||||
"client": [
|
"client": [
|
||||||
"me.topchetoeu.keystrokes.Keystrokes"
|
"me.topchetoeu.keystrokes.Keystrokes"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mixins": [
|
"mixins": [
|
||||||
"keystrokes.mixins.json"
|
"keystrokes.mixins.json"
|
||||||
],
|
],
|
||||||
|
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.11.3",
|
"fabricloader": ">=0.14.19",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": "1.16.x",
|
"minecraft": "1.16.x",
|
||||||
"java": ">=16"
|
"java": ">=16"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user