aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-25 15:44:57 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-06-25 15:44:57 +0200
commite599f3bfff321ebff87d59be47e85b6bc084343a (patch)
treef65c97e422d4fdf1700076ce17df4b28a760be0b
parent0b3ab3855e8dfa33a2d2f84ae3c89cacebd653c4 (diff)
downloadparquet-e599f3bfff321ebff87d59be47e85b6bc084343a.tar.gz
1.16.1
-rw-r--r--gradle.properties11
-rw-r--r--src/main/resources/fabric.mod.json2
2 files changed, 4 insertions, 9 deletions
diff --git a/gradle.properties b/gradle.properties
index 9a4a8af..c9410da 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1,17 +1,12 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
-# Fabric Properties
- # check these on https://fabricmc.net/use
- minecraft_version=1.16
- yarn_mappings=1.16+build.1
- loader_version=0.8.8+build.202
+minecraft_version=1.16.1
+yarn_mappings=1.16.1+build.5
+loader_version=0.8.8+build.202
# Mod Properties
mod_version = 0.0.4-dev1.16-pre
maven_group = re.jag
archives_base_name = parquet
-# Dependencies
- # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
- fabric_version=0.13.1+build.370-1.16
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 20fb206..9ace153 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -27,7 +27,7 @@
"depends": {
"fabricloader": ">=0.7.4",
- "minecraft": "1.16"
+ "minecraft": "1.16.x"
},
"suggests": {
"flamingo": "*"