Merge pull request #14 from AbyssDweller/1.19

it now works for 1.19.1 and 1.19.2
This commit is contained in:
AbyssDweller
2022-10-27 12:20:37 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ loader_version=0.14.9
fabric_version=0.60.0+1.19.2 fabric_version=0.60.0+1.19.2
# Mod Properties # Mod Properties
mod_version = 1.0.8 mod_version = 1.0.9-1.19.x
maven_group = com.aspects maven_group = com.aspects
archives_base_name = aspects archives_base_name = aspects

View File

@@ -30,7 +30,7 @@
"depends": { "depends": {
"fabricloader": ">=0.14.9", "fabricloader": ">=0.14.9",
"fabric": "*", "fabric": "*",
"minecraft": "1.19.2", "minecraft": ">=1.19.1",
"java": ">=17", "java": ">=17",
"extrakeybinds":"*", "extrakeybinds":"*",
"origins": ">=1.7.0" "origins": ">=1.7.0"