mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 03:35:10 +01:00
- The blur radius can normally be configured in Minecraft's Accessibility settings. However, this has caused confusion for some users, so it can now also be configured via the config screen.
28 lines
593 B
Properties
Executable File
28 lines
593 B
Properties
Executable File
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx2G
|
|
org.gradle.parallel=true
|
|
|
|
minecraft_version=1.21.4
|
|
supported_versions=
|
|
yarn_mappings=1.21.4+build.1
|
|
enabled_platforms=fabric,neoforge
|
|
|
|
# Mod Properties
|
|
mod_version=5.1.0
|
|
maven_group=eu.midnightdust.blur
|
|
archives_base_name=blur
|
|
release_type=release
|
|
curseforge_id=393563
|
|
modrinth_id=NK39zBp2
|
|
|
|
# Modloaders
|
|
fabric_loader_version=0.16.9
|
|
fabric_api_version=0.111.0+1.21.4
|
|
|
|
neoforge_version=21.4.10-beta
|
|
yarn_mappings_patch_neoforge_version = 1.21+build.4
|
|
|
|
# Libraries
|
|
midnightlib_version = 1.6.7
|
|
modmenu_version = 11.0.2
|