Tags
Creators
Details
Licensed ARR
Published last year
Updated 3 months ago
All versions
1.4.0-26.1
Release
v1.4.0 for MC 26.1 (Fabric/Quilt)3 months ago 85
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Peranggu Pahlawan v1.4.0 (1/5/2026)
Available for the following versions: Fabric/Quilt 1.20.1, 1.21.1, 1.21.4-1.21.11 & 26.1, Forge 1.20.1, NeoForge 1.21.1
- Fabric versions requires Fabric API, Quilt versions requires Fabric API / Quilted Fabric API, Forge and NeoForge versions requires Sinytra Connector and Forgified Fabric API
- If there are any problems/bugs with this release please let me know over on the bug tracker
Additions
- Ported the mod to the 26.1 (Tiny Takeover) update alongside it's two hotfix versions, 26.1.1 and 26.1.2 for the Fabric and Quilt mod loader
- The 26.1 version will recieve a patch update once Sinytra Connector's 26.1 version becomes available
- Added support for baby mobs' new armor model
- Known Issue: The samping and kasut will be invisible when worn by baby mobs. This is due to the way the armor textures are mapped to the model, which made it impossible to adapt the samping and kasut shapes
- [ALL] Added Legacy4J compatibility!
- This mod now supports Legacy Console Edition's crating interface!
- The creative tab is changed to better fit L4J's 10-items-per-row interface (instead of vanilla's 9-items-per-row interface)
- This change is only applied when using the Legacy4J mod
- [ALL] Added Combatify compatibility!
Changes
- [26.1] Migrated the villager trades from Fabric code to the new data-driven system
- [26.1] Updated the leather attires' dyeing recipes to the new system
- [ALL] Removed some extra pixels on the Copper Kasut model texture, since it would look off if you're only wearing a Copper Kasut
- [ALL] Updated an alias in the fabric.mod.json and (neoforge.)mods.toml credits section
Fixes
- [1.21.1] Fixed some armor toughness and knockback resistance values
- Chainmail armor now no longer have +2 armor toughness
- Netherite armor is now no longer overpowered, now having vanilla netherite's +1 knockback resistance instead of +10 (due to a typo in the code: 0.1F vs 1.0F)
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:jXM8PgDu:akzvcDvt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jXM8PgDu:akzvcDvt"
}




