Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 6 days ago
All versions
1.1.1-fabric-mc1.20.4
Release
Fusion 1.1.12 years ago 58.2K
Compatibility
Minecraft: Java Edition
1.20.4
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Fusion 1.1.1
- Added
match_stateconnection predicate - Added
is_face_visibleconnection predicate
Fusion 1.1.0d
- Add workaround for crash with Sodium 0.5.8
Fusion 1.1.0c
- Fixed Fusion's appearance API checks, so it works properly with mods like FramedBlocks
Fusion 1.1.0b
- Added workaround for weird Fabric API quirks when caching quads in connecting models
Fusion 1.1.0a
- Added ModMenu library badge
- Fixed concurrency issue when checking connections for connecting models
- Fixed crash with Indium
Fusion 1.1.0
- Added an option for resource packs to have optional Fusion integration
- Added the option for connecting textures to override their render type
- Added the option to specify connections per texture in connecting models
- Added
horizontal,vertical, andcompactconnecting texture layouts - Added support for Fabric's appearance API
- Improved the performance of connecting models
Fusion 1.0.6
- Fixed concurrency issue when rendering connecting models
Fusion 1.0.5
- Initial release of Fusion for Minecraft 1.20.2
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fusion-1.1.1-fabric-mc1.20.4-sources.jar | Unknown | 123.64 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:p19vrgc2:TIXGDm8a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p19vrgc2:TIXGDm8a"
}

