Update LibJF

This commit is contained in:
Johannes Frohnmeyer 2022-04-04 20:29:21 +02:00
parent e20da6b82a
commit 524b561539
Signed by: Johannes
GPG Key ID: E76429612C2929F4
3 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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