mirror of
https://github.com/TeamMidnightDust/MidnightControls.git
synced 2025-12-13 15:25:08 +01:00
- Fixed camera choppiness (especially noticeable on low framerates, closes #38) - Asset improvements kindly contributed by @spudpiggy - Button tips now adjust properly to the scaled width of the window (closes #95) - Make 'Back' binding configurable (closes #93) - Add config option to disable the button in the controls screen (closes #97) - Add compatibility with the Inventory Tabs mod (closes #100) - Improve Emotecraft compatibility - Add radial menu listing unbound keys (closes #101) - Fix disabling the HUD not hiding the tips in container screens (closes #104) - Fix 'Back' button not working correctly - Fix recipe book not switching tab via shoulder buttons in Crafting Table and Furnace screens - Support scrolling in Stonecutter
34 lines
1.1 KiB
Properties
34 lines
1.1 KiB
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/use
|
|
minecraft_version=1.19.2
|
|
yarn_mappings=1.19.2+build.9
|
|
loader_version=0.14.9
|
|
|
|
# Mod Properties
|
|
mod_version = 1.6.0
|
|
maven_group = eu.midnightdust
|
|
archives_base_name = midnightcontrols
|
|
modrinth_id=bXX9h73M
|
|
|
|
# Dependencies
|
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
|
fabric_version=0.60.0+1.19.2
|
|
sodium_version=mc1.19.2-0.4.4
|
|
spruceui_version=4.0.0+1.19
|
|
midnightlib_version=0.6.1
|
|
modmenu_version=4.0.6
|
|
emotecraft_version=2.1.3-SNAPSHOT-build.29-MC1.19-fabric
|
|
bendylib_version=2.0.+
|
|
emi_version=0.4.0+1.19
|
|
libgui_version=6.0.0+1.19
|
|
inventorytabs_version=inventorytabs-0.9.beta-1.19.x
|
|
clothconfig_version=7.0.72
|
|
yacl_version=0.1.2
|
|
|
|
# Ok Zoomer and LibZoomer are temporarily disabled for the time being, as we are currently using Reflection at runtime instead in OkZoomerCompat due to there being two major, completely incompatible API versions.
|
|
# ok_zoomer_version=5.0.0-beta.3+1.17.1
|
|
# libzoomer_version=0.3.0+1.17.1
|