mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-15 19:25:09 +01:00
Rewrite large parts of the mod
Blur is now more alive than ever, as I've been working on a new update: Blur+ 🪩 The mod's goal now is to improve upon the vanilla blur effect, adding smooth & configurable animations, the ability to apply it to containers (such as the inventory, chests, etc.), as well as customizable gradient backgrounds. 🌈
This commit is contained in:
@@ -4,17 +4,16 @@ org.gradle.parallel=true
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/develop
|
||||
minecraft_version=1.20.4
|
||||
yarn_mappings=1.20.4+build.3
|
||||
loader_version=0.15.3
|
||||
minecraft_version=24w11a
|
||||
yarn_mappings=24w11a+build.5
|
||||
loader_version=0.15.7
|
||||
|
||||
# Mod Properties
|
||||
mod_version=3.2.0
|
||||
maven_group=com.tterrag.blur
|
||||
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.91.3+1.20.4
|
||||
satin_version=1.15.0
|
||||
midnightlib_version=1.5.3-fabric
|
||||
fabric_version=0.96.11+1.20.5
|
||||
midnightlib_version=fabric-1.5.3-24w09a
|
||||
|
||||
Reference in New Issue
Block a user