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: added gradle prep for accessories

legoraft 0d4b269a bfa63ec5

+10
+9
build.gradle
··· 20 20 name = "TerraformersMC" 21 21 url = "https://maven.terraformersmc.com/" 22 22 } 23 + 23 24 maven { 24 25 name = "Ladysnake Libs" 25 26 url = 'https://maven.ladysnake.org/releases' 27 + } 28 + 29 + maven { 30 + name = "Whispforest" 31 + url = "https://maven.wispforest.io/releases" 26 32 } 27 33 } 28 34 ··· 48 54 49 55 // Fabric API. This is technically optional, but you probably want it anyway. 50 56 modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" 57 + 58 + // Accessories mod 59 + // modImplementation("io.wispforest:accessories-fabric:${project.accessories_version}") 51 60 } 52 61 53 62 processResources {
+1
gradle.properties
··· 18 18 fabric_version=0.139.5+1.21.11 19 19 modmenu_version=17.0.0-alpha.1 20 20 trinkets_version=3.10.0 21 + accessories_version=1.4.3-beta+1.21.10