Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 3 days ago
All versions
1.1.1-fabric-mc1.19.2
Release
Fusion 1.1.12 years ago 23.6K
Compatibility
Minecraft: Java Edition
1.19.2
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
Fusion 1.1.1
- Added
match_stateconnection predicate - Added
is_face_visibleconnection predicate - Fixed log spam for resource packs which don't have a pack.mcmeta file
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
- Fixed
VanillaModelDataBuildersetting ambient occlusion to false by default
Fusion 1.0.4
- Fixed concurrency issue where some texture are sometimes not loaded correctly
Fusion 1.0.3
- Added
ModelBakingContext#getModel - Fixed parents for connecting models not always being resolved
Fusion 1.0.2
- Fixed simple connected texture sprite coordinates for the left,up,down connection
Fusion 1.0.1
- Fixed textures not loading correctly when ModernFix is installed
- Fixed
SpriteCreationContextsometimes returning the wrong atlas size
Fusion 1.0.0b
- Fusion is no longer marked as client-side only
- Fixed versioning
Fusion 1.0.0a
- Fixed crash with Iris
Fusion 1.0.0
- Initial release of Fusion
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| fusion-1.1.1-fabric-mc1.19.2-sources.jar | Unknown | 127.19 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:43pAkNNj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p19vrgc2:43pAkNNj"
}

