A mod that adds your armor to the hud modrinth.com/mod/simple-armor-hud
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: updated fabric to 1.21.4

legoraft b4e30cf8 3535fd14

+7 -7
+1 -1
build.gradle
··· 1 1 plugins { 2 - id 'fabric-loom' version '1.8-SNAPSHOT' 2 + id 'fabric-loom' version '1.9-SNAPSHOT' 3 3 id 'maven-publish' 4 4 5 5 }
+5 -5
gradle.properties
··· 4 4 5 5 # Fabric Properties 6 6 # check these on https://fabricmc.net/develop 7 - minecraft_version=1.21.3 8 - yarn_mappings=1.21.3+build.2 9 - loader_version=0.16.7 7 + minecraft_version=1.21.4 8 + yarn_mappings=1.21.4+build.1 9 + loader_version=0.16.9 10 10 11 11 # Mod Properties 12 12 mod_version=1.5.1 ··· 14 14 archives_base_name=simple-armor-hud 15 15 16 16 # Dependency properties 17 - fabric_version=0.107.0+1.21.3 18 - modmenu_version=12.0.0-beta.1 17 + fabric_version=0.110.5+1.21.4 18 + modmenu_version=13.0.0-beta.1 19 19 trinkets_version=3.10.0
+1 -1
gradle/wrapper/gradle-wrapper.properties
··· 1 1 distributionBase=GRADLE_USER_HOME 2 2 distributionPath=wrapper/dists 3 - distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip 3 + distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip 4 4 networkTimeout=10000 5 5 zipStoreBase=GRADLE_USER_HOME 6 6 zipStorePath=wrapper/dists