change compatibilityu to java 16 for fabric api

This commit is contained in:
BuildTools 2021-12-03 14:21:45 -05:00
parent 49b20dd44d
commit 2948e19f5b
1 changed files with 1 additions and 1 deletions

View File

@ -29,6 +29,6 @@
"depends": { "depends": {
"fabricloader": ">=0.11.3", "fabricloader": ">=0.11.3",
"minecraft": "1.18.x", "minecraft": "1.18.x",
"java": ">=17" "java": ">=16"
} }
} }