fix: update ancient dependencies

This commit is contained in:
TopchetoEU 2023-04-16 03:36:32 +03:00
parent 1f482b2a58
commit b1895f04bb
5 changed files with 29 additions and 28 deletions

View File

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

View File

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

Binary file not shown.

View File

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

View File

@ -4,10 +4,10 @@
"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": "*",
@ -21,7 +21,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.3", "fabricloader": ">=0.14.19",
"fabric": "*", "fabric": "*",
"minecraft": "1.16.x", "minecraft": "1.16.x",
"java": ">=16" "java": ">=16"