mirror of
https://github.com/Motschen/Blur.git
synced 2025-12-16 19:55:10 +01:00
Compare commits
2 Commits
v2.4.1
...
fabric-1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a199313682 | ||
|
|
fadf94d9be |
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '0.10-SNAPSHOT'
|
id 'fabric-loom' version '0.11-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
|
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/use
|
# check these on https://fabricmc.net/use
|
||||||
minecraft_version=1.18
|
minecraft_version=1.18.2
|
||||||
yarn_mappings=1.18+build.1
|
yarn_mappings=1.18.2+build.1
|
||||||
loader_version=0.12.8
|
loader_version=0.13.3
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 2.4.1
|
mod_version = 2.4.2
|
||||||
maven_group = com.tterrag.blur
|
maven_group = com.tterrag.blur
|
||||||
archives_base_name = blur
|
archives_base_name = blur
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
fabric_version=0.44.0+1.18
|
fabric_version=0.47.9+1.18.2
|
||||||
satin_version = 1.7.0
|
satin_version = 1.7.2
|
||||||
midnightlib_version=0.3.1
|
midnightlib_version=0.4.0
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ public class Blur implements ClientModInitializer {
|
|||||||
defaultExclusions.add("com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen");
|
defaultExclusions.add("com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen");
|
||||||
defaultExclusions.add("ai.arcblroth.projectInception.client.InceptionInterfaceScreen");
|
defaultExclusions.add("ai.arcblroth.projectInception.client.InceptionInterfaceScreen");
|
||||||
defaultExclusions.add("net.optifine.gui.GuiChatOF");
|
defaultExclusions.add("net.optifine.gui.GuiChatOF");
|
||||||
|
defaultExclusions.add("io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen");
|
||||||
BlurConfig.init("blur", BlurConfig.class);
|
BlurConfig.init("blur", BlurConfig.class);
|
||||||
|
|
||||||
ShaderEffectRenderCallback.EVENT.register((deltaTick) -> {
|
ShaderEffectRenderCallback.EVENT.register((deltaTick) -> {
|
||||||
|
|||||||
@@ -18,7 +18,8 @@
|
|||||||
"authors": [
|
"authors": [
|
||||||
"tterrag1098",
|
"tterrag1098",
|
||||||
"Pyrofab",
|
"Pyrofab",
|
||||||
"Motschen"
|
"Motschen",
|
||||||
|
"backryun"
|
||||||
],
|
],
|
||||||
"description": "Modifies the background behind Minecraft GUIs to have a blur effect",
|
"description": "Modifies the background behind Minecraft GUIs to have a blur effect",
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
|||||||
Reference in New Issue
Block a user