Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 54 minutes ago
All versions
1.1.1-forge-mc1.16
Release
Fusion 1.1.12 years ago 14K
Compatibility
Minecraft: Java Edition
1.16.x
Platforms
Forge
NeoForge
Supported environments
Client-side
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.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 - Fixed crash with OptiFine
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
- Added separate mixins for when ModernFix is installed
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
SpriteCreationContextsometimes returning the wrong atlas size
Fusion 1.0.0a
- Fixed crash with Iris
Fusion 1.0.0
- Initial release of Fusion
Supplementary resources
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:zIXxW1Q7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p19vrgc2:zIXxW1Q7"
}

