Update for 1.19.1

This commit is contained in:
Johannes Frohnmeyer 2022-07-28 10:21:07 +02:00
parent 6af5a0d9cd
commit fa61d24e96
Signed by: Johannes
GPG Key ID: E76429612C2929F4
4 changed files with 9 additions and 7 deletions

View File

@ -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
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.

View File

@ -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"
}

View File

@ -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

View File

@ -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": {