Tags
Creators
Details
1.14.4-3.0.4
Compatibility
Changes
Version 1.14.4-3.0.4:
-
Fixed crash when pressing ability keys too often
-
Added seperate files to register armor materials and item tiers in addonpacks in (
items/_armor_materials&items/_item_tiers) -
Added "threecore:shield" item parser type
-
Made mods load addonpack-specific stuff (like items)
-
Fixed biped json entity model not displaying 2nd layer
-
Changed "smallarms" settings for biped entity models to "armortype"; "fixed" works on both arm types
-
Added "Suits & Armor" creative tab
-
Fixed 2nd layer on biped json models having that weird semi-transparent look
-
If no model layer type specified, it will now fall back to "threecore:default"
-
Added issizechanging & small_arms model layer predicates
-
Refactored IModelLayerPredicate-
Optional dependencies
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:EStRwx0r:L8ns4o0T"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EStRwx0r:L8ns4o0T"
}


