Tags
Creators
Details
1.2.0
Compatibility
Required content
Changes
[1.2.0] - 2025-12-29
Added
- Optional resource pack to enhance visbility of harness tier in the inventory

- Custom happy ghast drop when killed by a player (don't do it..)
- Recipe to fix said drop so it stacks again. Simply place in any crafting slot to fix.
Changed
-
Adjusted armor values of some tiers that were lacking compared to their previous one (cough cough netherite...)
- Gold: 6 Armor -> 7 Armor
- Iron: 7 Armor -> 9 Armor
- Diamond: 10 Armor, 4 Toughness -> 11 Armor, 2 Toughness
- Netherite: 10 Armor, 6 Toughness, 20% Knockback Resistance -> 19 Armor, 3 Toughness, 10% Knockback Resistance
-
Refactored components in recipes
- Switch from
custom_nametoitem_name - Use
minecraft:armor.bodyattributes ID instead ofminecraft:armor(minimal change as the happy ghast doesn't have an armor field anyway...) - No longer uses the
tooltip_displaycomponent to hide attributes modifier
- Switch from
-
Updated
pack.pngand project icon to reflect the optional resourcepack
Fixed
- The
Unlocks all recipesadvancement no longer shows up in the advancment screen
This release was automatically generated via GitHub Actions
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Better-Ghast-Harness-RP-v1.2.0.zip | Optional resource pack | 116.95 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:tXHowlQJ:t4ArTtqU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tXHowlQJ:t4ArTtqU"
}

