From fa61d24e96f96e0bf2fec4dd0dd01cbbb37384b1 Mon Sep 17 00:00:00 2001 From: JFronny Date: Thu, 28 Jul 2022 10:21:07 +0200 Subject: [PATCH] Update for 1.19.1 --- README.md | 3 ++- build.gradle | 2 +- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b67caf6..1caf127 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,5 @@ Quickmeth allows you to break math methods in minecraft by enabling replacements - Trigonometry (which is also used across the codebase and affect things like rendering) - Perlin & Simplex noise methods (used in terrain generation) -WARNING: These replacements are intended to corrupt things and should not be used in worlds you care about \ No newline at end of file +WARNING: These replacements are intended to corrupt things and should not be used in worlds you care about! +The "Corrupt more generic math" option might even prevent your game from loading incompletely generated worlds at all. \ No newline at end of file diff --git a/build.gradle b/build.gradle index 2985155..0d9c452 100644 --- a/build.gradle +++ b/build.gradle @@ -8,5 +8,5 @@ dependencies { modRuntimeOnly("io.gitlab.jfronny.libjf:libjf-devutil-v0:${project.jfapi_version}") - modImplementation "com.terraformersmc:modmenu:4.0.0-beta.4" + modImplementation "com.terraformersmc:modmenu:4.0.5" } diff --git a/gradle.properties b/gradle.properties index 1e93826..9446939 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,12 +1,12 @@ # https://fabricmc.net/develop/ -minecraft_version=1.19 +minecraft_version=1.19.1 yarn_mappings=build.1 -loader_version=0.14.6 +loader_version=0.14.8 maven_group=io.jfronny.gitlab archives_base_name=quickmeth -fabric_version=0.55.1+1.19 -jfapi_version=2.9.1 +fabric_version=0.58.5+1.19.1 +jfapi_version=2.10.0 modrinth_id=hRVfXPJj modrinth_required_dependencies=WKwQAwke diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a9f23e8..249cbd7 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -31,7 +31,8 @@ "depends": { "fabricloader": ">=0.13.3", "minecraft": "*", - "libjf-config-v0": ">=2.7.1" + "libjf-config-v0": ">=2.10.0", + "libjf-unsafe-v0": ">=2.10.0" }, "custom": { "lithium:options": {