Tags
Creators
Details
All versions
6.13.0
Release
tetra 6.13.05 months ago 11.6K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
Changes:
- tweaked turtle shell stats
- tweaked shulker shell stats
- added mangrove root material
- added mangrove wood material
- added azalea root material
- added flexmesh to materials view
- changed stats for hide, leather, shulker shell and turtle scute materials
- changed leather color
Fixes:
- fixed module material crafting requirements not working properly
- added arrested modifier for creative inventory obsidian hammer
- fixed material names not working properly for some modules (containing slashes in keys)
Technical changes:
- overriding schematics with requirements no longer removes the requirement
- added stat getters for only getting flat or multiplier modifiers for an attribute
- multiply stat getter now shows if all of its children should show
- add stat getter now shows if any of its children should show
- added "tetra:is_item" stat getter
- added "showNegative" field to effect stat getters, causing bars using them to show despite negative values
- added signed versions for all stat formatters (always shows +/- before the numerical value)
- changed how and + or stat getters return values
- changed available textures for skins
- added translation entries for overriding improvement texts in holosphere the material UI
- added roman numeral stat formatter
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:YP9DjOvN:kgQ4CZ6x"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:YP9DjOvN:kgQ4CZ6x"
}

