BetterHurtCam
BetterHurtCam copied to clipboard
A mod which allows the user to adjust Minecraft's hurt animation on a slider.
"Better-Hurt-Cam"
A Mod which allows you to adjust Minecraft's hurt animation, hurtCameraEffect on a slider.
Installation Guide
- Install Minecraft 1.8.9
- Install the Forge Loader for 1.8.9
- Install the latest Better-Hurt-Cam version
- Place the mod in your
minecraft/modsdirectory
For those who would like to build themselves
Build with Gradle using Arch Loom
- Make sure Java 17 is installed on your computer
- Git clone the project:
git clone https://github.com/Scherso/ForgeTemplate/ - Run:
- Unix in Terminal:
Note: If you plan to only build once add the —no-daemon flag to the build.
cd ForgeTemplate ; chmod 755 ./gradlew && ./gradlew --refresh-dependencies build
-
Windows in Powershell:
cd ForgeTemplate ; .\gradlew.bat --refresh-dependencies build
- Check the directory
ForgeTemplate/build/libsor Windows;ForgeTemplate\build\libs
For IntelliJ
IDE Setup
- Open the project from
File > Open...Select ForgeTemplate from it’s given file location. - Let the IDE collect dependencies and index the code. (this may take a couple seconds)
- Go to
File > Project Structure... > SDKsand make sure an SDK for Java 17 is installed and selected, if not download it here
Build
Test if the environment is set up correctly setup by clicking the refresh button in IntelliJ’s Gradle tab, if it has indexed properly with no errors do the following:
- Go to
ForgeTemplate > Tasks > loom > genSourcesin the Gradle tab and rungenSources - To build the mod as a jar run
ForgeTemplate > Tasks > build > build. Gradle will create a new directory calledbuild. - Once this process is done, the .jar file will be located in
build/libsYou can see this in your file tree.
Credits
Credits to boomboompower for the original mod, which allows you to completely cancel the hurt effect.
You can find the original mod here
Credits to boomboompower for the original mod, which allows you to completely cancel the hurt effect.
You can find the original mod here