Update for 1.19.1
This commit is contained in:
parent
6af5a0d9cd
commit
fa61d24e96
@ -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)
|
- Trigonometry (which is also used across the codebase and affect things like rendering)
|
||||||
- Perlin & Simplex noise methods (used in terrain generation)
|
- 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.
|
@ -8,5 +8,5 @@ dependencies {
|
|||||||
|
|
||||||
modRuntimeOnly("io.gitlab.jfronny.libjf:libjf-devutil-v0:${project.jfapi_version}")
|
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"
|
||||||
}
|
}
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# https://fabricmc.net/develop/
|
# https://fabricmc.net/develop/
|
||||||
minecraft_version=1.19
|
minecraft_version=1.19.1
|
||||||
yarn_mappings=build.1
|
yarn_mappings=build.1
|
||||||
loader_version=0.14.6
|
loader_version=0.14.8
|
||||||
maven_group=io.jfronny.gitlab
|
maven_group=io.jfronny.gitlab
|
||||||
archives_base_name=quickmeth
|
archives_base_name=quickmeth
|
||||||
|
|
||||||
fabric_version=0.55.1+1.19
|
fabric_version=0.58.5+1.19.1
|
||||||
jfapi_version=2.9.1
|
jfapi_version=2.10.0
|
||||||
|
|
||||||
modrinth_id=hRVfXPJj
|
modrinth_id=hRVfXPJj
|
||||||
modrinth_required_dependencies=WKwQAwke
|
modrinth_required_dependencies=WKwQAwke
|
||||||
|
@ -31,7 +31,8 @@
|
|||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.13.3",
|
"fabricloader": ">=0.13.3",
|
||||||
"minecraft": "*",
|
"minecraft": "*",
|
||||||
"libjf-config-v0": ">=2.7.1"
|
"libjf-config-v0": ">=2.10.0",
|
||||||
|
"libjf-unsafe-v0": ">=2.10.0"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
"lithium:options": {
|
"lithium:options": {
|
||||||
|
Loading…
Reference in New Issue
Block a user