mirror of
https://github.com/CompeyDev/elytra-lock-fabric.git
synced 2025-05-04 10:43:46 +01:00
* Updates the mod to support Minecraft v1.21.4 * Updated dependencies to more recent versions * Bumped minimum loader requirement to fabric v0.16.3 and API requirement to fabric-api v0.119.2 * Bumped gradle to v8.13 and fabric-loom to v1.10 * Changed HUD rendering logic to use `HudLayerRegistrationCallback` instead of the deprecated `HudRenderCallback` interface * Update method name for fall flying prevention injection method
19 lines
439 B
Properties
19 lines
439 B
Properties
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.21.4
|
|
yarn_mappings=1.21.4+build.8
|
|
loader_version=0.16.13
|
|
|
|
# Mod Properties
|
|
mod_version=0.1.2
|
|
maven_group=xyz.devcomp
|
|
archives_base_name=elytra-lock
|
|
|
|
# Dependencies
|
|
fabric_version=0.119.2+1.21.4
|
|
yacl_version=3.6.6+1.21.4-fabric
|
|
modmenu_version=13.0.3
|