mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 11:45:09 +01:00
- Added rainbow mode! - Allow gradients to be rotated - Add many new animation curves - Update to 1.20.5
20 lines
551 B
Properties
Executable File
20 lines
551 B
Properties
Executable File
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.20.5
|
|
yarn_mappings=1.20.5+build.1
|
|
loader_version=0.15.10
|
|
|
|
# Mod Properties
|
|
mod_version=4.0.0
|
|
maven_group=eu.midnightdust.blur
|
|
archives_base_name=blur
|
|
|
|
# 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.97.7+1.20.5
|
|
midnightlib_version=1.5.4-fabric
|