3 Commits

Author SHA1 Message Date
backryun
a199313682 Fabric 1.18.2 (#40)
* Update 1.18.1 and dependencys
gradle 7.3.3
fabric-loader 0.12.12
fabric-api 0.45.2
satin 1.7.2

* Fabric-API update to 0.46.0

* fabric-loom 0.11
update yarn
update fabric-API

* update fabric loader
update fabric-API

* 1.18.2-rc1

* 1.18.2
2022-05-08 17:00:30 +00:00
Luni
fadf94d9be Add AdvancedChat to the exclusion list (#43) 2022-05-08 16:54:39 +00:00
Motschen
1260881f41 Update to 1.18 2021-12-04 11:42:13 +01:00
5 changed files with 21 additions and 12 deletions

View File

@@ -1,10 +1,10 @@
plugins {
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'fabric-loom' version '0.11-SNAPSHOT'
id 'maven-publish'
}
sourceCompatibility = JavaVersion.VERSION_16
targetCompatibility = JavaVersion.VERSION_16
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
archivesBaseName = project.archives_base_name
version = project.mod_version
@@ -19,6 +19,12 @@ repositories {
includeGroupByRegex 'io\\.github\\.onyxstudios.*'
}
}
maven {
url = 'https://maven.terraformersmc.com/releases'
content {
includeGroup 'com.terraformersmc'
}
}
maven {
url = "https://api.modrinth.com/maven"
}

View File

@@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.17.1
yarn_mappings=1.17.1+build.63
loader_version=0.12.3
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.1
loader_version=0.13.3
# Mod Properties
mod_version = 2.4.0
mod_version = 2.4.2
maven_group = com.tterrag.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.41.0+1.17
satin_version = 1.6.4
midnightlib_version=0.3.0
fabric_version=0.47.9+1.18.2
satin_version = 1.7.2
midnightlib_version=0.4.0

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
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
zipStorePath=wrapper/dists

View File

@@ -33,6 +33,8 @@ public class Blur implements ClientModInitializer {
defaultExclusions.add(ChatScreen.class.getName());
defaultExclusions.add("com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen");
defaultExclusions.add("ai.arcblroth.projectInception.client.InceptionInterfaceScreen");
defaultExclusions.add("net.optifine.gui.GuiChatOF");
defaultExclusions.add("io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen");
BlurConfig.init("blur", BlurConfig.class);
ShaderEffectRenderCallback.EVENT.register((deltaTick) -> {

View File

@@ -18,7 +18,8 @@
"authors": [
"tterrag1098",
"Pyrofab",
"Motschen"
"Motschen",
"backryun"
],
"description": "Modifies the background behind Minecraft GUIs to have a blur effect",
"mixins": [