update to 1.19

yes this is only for 1.19
This commit is contained in:
AbyssDweller
2022-08-19 23:14:04 -04:00
parent fd8c6e4ab8
commit 6bdc51eaa5
5 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '0.10-SNAPSHOT' id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }

View File

@@ -4,15 +4,15 @@ org.gradle.java.home=C:/Program Files/Java/jdk-17.0.2
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html
minecraft_version=1.18.2 minecraft_version=1.19
yarn_mappings=1.18.2+build.3 yarn_mappings=1.19+build.4
loader_version=0.14.6 loader_version=0.14.9
# Mod Properties # Mod Properties
mod_version = 1.0.8 mod_version = 1.0.8
maven_group = com.aspects maven_group = com.aspects
archives_base_name = aspects archives_base_name = aspects
origins_version=v1.4.1 origins_version=v1.6.2
# Dependencies # Dependencies
fabric_version=0.54.0+1.18.2 fabric_version=0.58.0+1.19

View File

@@ -2,7 +2,7 @@
"required": true, "required": true,
"minVersion": "0.8", "minVersion": "0.8",
"package": "net.fabricmc.fishplex.mixin", "package": "net.fabricmc.fishplex.mixin",
"compatibilityLevel": "JAVA_16", "compatibilityLevel": "JAVA_17",
"mixins": [ "mixins": [
], ],
"client": [ "client": [

View File

@@ -28,11 +28,11 @@
], ],
"depends": { "depends": {
"fabricloader": ">=0.11.3", "fabricloader": ">=0.14.9",
"fabric": "*", "fabric": "*",
"minecraft": "1.18.x", "minecraft": "1.19.*",
"java": ">=17", "java": ">=17",
"extrakeybinds":"*", "extrakeybinds":"*",
"origins": ">=1.4.1" "origins": ">=1.6.2"
} }
} }