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 {
id 'fabric-loom' version '0.10-SNAPSHOT'
id 'fabric-loom' version '0.12-SNAPSHOT'
id 'maven-publish'
}

View File

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

View File

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

View File

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