This commit is contained in:
lukasabbe
2025-02-27 15:15:21 +01:00
parent 54911243e3
commit 331f8aee8f
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
plugins { plugins {
id 'fabric-loom' version '1.9-SNAPSHOT' id 'fabric-loom' version '1.10-SNAPSHOT'
id 'maven-publish' id 'maven-publish'
} }
+3 -3
View File
@@ -2,8 +2,8 @@
org.gradle.jvmargs=-Xmx4G org.gradle.jvmargs=-Xmx4G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=25w08a minecraft_version=25w09b
yarn_mappings=25w08a+build.3 yarn_mappings=25w09b+build.1
loader_version=0.16.10 loader_version=0.16.10
# Mod Properties # Mod Properties
mod_version=1.9+1.21.5-SNAPSHOT.3 mod_version=1.9+1.21.5-SNAPSHOT.3
@@ -11,7 +11,7 @@ maven_group=me.lukasabbe
archives_base_name=Bookshelfinspector archives_base_name=Bookshelfinspector
# Dependencies # Dependencies
fabric_version=0.117.4+1.21.5 fabric_version=0.118.1+1.21.5
cloth_config=17.0.144 cloth_config=17.0.144
modmenu=13.0.0 modmenu=13.0.0
YAML_snake=2.3 YAML_snake=2.3
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
@@ -22,8 +22,6 @@ public class InGameHudMixin {
@Inject(method = "render",at=@At("RETURN")) @Inject(method = "render",at=@At("RETURN"))
public void render(DrawContext context, RenderTickCounter tickCounter, CallbackInfo ci){ public void render(DrawContext context, RenderTickCounter tickCounter, CallbackInfo ci){
RenderSystem.enableBlend();
HudRenderer.hudRender(context, client); HudRenderer.hudRender(context, client);
RenderSystem.disableBlend();
} }
} }
+1 -1
View File
@@ -25,7 +25,7 @@
], ],
"depends": { "depends": {
"fabricloader": ">=${loader_version}", "fabricloader": ">=${loader_version}",
"minecraft": ">=1.21.5-alpha.25.8.a", "minecraft": ">=1.21.5-alpha.25.9.a",
"fabric-api-base": "*", "fabric-api-base": "*",
"fabric-networking-api-v1": "*", "fabric-networking-api-v1": "*",
"fabric-lifecycle-events-v1": "*", "fabric-lifecycle-events-v1": "*",