+ Adds the ability to determine whether hands and crosshairs disappear or not. This can be changed in the mod configuration. * Reduces the chance of the mod crashing the game for ordinary events (any errors will be reported to the console, though). Bug Fixes * Fixes crash when mounting boat or minecart (#1 thanks, @theFuzzyWarble!)
16 lines
423 B
Properties
16 lines
423 B
Properties
# Sets default memory used for gradle commands. Can be overridden by user or command line properties.
|
|
# This is required to provide enough memory for the Minecraft decompilation process.
|
|
org.gradle.jvmargs=-Xmx3G
|
|
org.gradle.daemon=false
|
|
|
|
# Forge Properties
|
|
minecraft_version=1.14.2
|
|
mappings=20190621-1.14.2
|
|
forge_version=26.0.63
|
|
|
|
|
|
# Mod Properties
|
|
mod_version = 1.1
|
|
maven_group = markil3
|
|
archives_base_name = immersive_hud
|