Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 years ago
All versions
1.0.4-fabric
Release
Mediaworks 1.0.4 (Fabric)3 years ago 1,174
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.0.4
Additions
- Media Purification I, a pattern that returns amount of media in an entity.
- Media Purification II, a pattern that returns amount of media in a container at a position.
Changes
- Remove particles from Macula spells, since they are supposed to be used very often if a macula UI is intended to be dynamic (suggested by beholderface).
- Make short-duration visages disappear abruptly instead of with a fadeout (suggested by beholderface).
- Change visage fadeout animation processing to avoid flickering at low server tick rates (suggested by beholderface).
Fixes
- Fix missing Cardinal Components dependency on fabric (reported by object-Object).
- Fix OptiFine crash (reported by Faded-byte).
- Fix remaining health rendering incorrectly on Forge when in astral projection mode.
- Fix missing Visage type name lang in invalid iota mishap.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| mediaworks-fabric-1.19.2-1.0.4-sources.jar | Unknown | 271.89 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:2kZJcMa9:DtwyjCrg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2kZJcMa9:DtwyjCrg"
}









