aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-16 10:37:38 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2020-05-16 10:37:38 +0200
commitb7dc5daa18975e9efae4c8f8433c78c753ed812f (patch)
treed1e10c5512eb5133836362369792a7ea8377af91
parentdf5342bc32e54c8de2bda7852048ce00608153de (diff)
downloadparquet-b7dc5daa18975e9efae4c8f8433c78c753ed812f.tar.gz
20w20b
-rw-r--r--Readme.md2
-rw-r--r--gradle.properties8
-rw-r--r--src/main/resources/fabric.mod.json2
3 files changed, 6 insertions, 6 deletions
diff --git a/Readme.md b/Readme.md
index 76ead5d..1067352 100644
--- a/Readme.md
+++ b/Readme.md
@@ -1,6 +1,6 @@
# Parquet
-Minecraft Java 1.15.2 Mod for [Fabric](https://fabricmc.net/) mod loader.
+Minecraft Java 1.16-pre Mod for [Fabric](https://fabricmc.net/) mod loader.
## Commands
diff --git a/gradle.properties b/gradle.properties
index 7c424a9..597ed74 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
- minecraft_version=20w19a
- yarn_mappings=20w19a+build.8
- loader_version=0.8.2+build.194
+ minecraft_version=20w20b
+ yarn_mappings=20w20b+build.3
+ loader_version=0.8.3+build.196
# Mod Properties
mod_version = 0.0.4-dev1.16-pre
@@ -14,4 +14,4 @@ org.gradle.jvmargs=-Xmx1G
# 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.10.7+build.344-1.16
+ fabric_version=0.10.9+build.346-1.16
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 08363c8..5dd1a1c 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-alpha.20.19.a"
+ "minecraft": "1.16-alpha.20.20.b"
},
"suggests": {
"flamingo": "*"