diff --git a/README.md b/README.md index 2e74f61..d2bcdb9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -ComBit allows you to disable I-Frames, remove cooldowns from weapons and modify the health of entities as well as the attack damage of weapons. -Every tweak is optional and and disabled by default. +ComBit allows you to disable I-Frames, remove cool-downs from weapons and modify the health of entities as well as the attack damage of weapons. +Every tweak is optional and disabled by default. If you want 1.8-like combat, load the "Minecraft 1.8.9" preset in the config screen \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 9602a34..45f4f66 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,13 +1,13 @@ # https://fabricmc.net/develop/ minecraft_version=1.18.2 -yarn_mappings=build.1 +yarn_mappings=build.2 loader_version=0.13.3 maven_group=io.gitlab.jfronny archives_base_name=combit -fabric_version=0.47.8+1.18.2 -jfapi_version=2.5.0 +fabric_version=0.48.0+1.18.2 +jfapi_version=2.7.2 modrinth_id=oPRrsg3M modrinth_optional_dependencies=mOgUt4GM diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 02e6b97..3d91193 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -25,7 +25,7 @@ "depends": { "fabricloader": ">=0.12.12", "minecraft": "*", - "libjf-unsafe-v0": ">=2.2.0", - "libjf-config-v0": ">=2.2.0" + "libjf-unsafe-v0": ">=2.7.2", + "libjf-config-v0": ">=2.7.2" } }