Fusion is a library for both Forge and Fabric which adds additional texture and model types such as connected textures to be used in resource packs and which allows other mods to add additional texture and model types!
https://github.com/SuperMartijn642/Fusion/wiki#for-resource-packs
https://github.com/SuperMartijn642/Fusion/wiki#for-mod-developers
For more info and downloads, check out the project on CurseForge or Modrinth!
Connected texture are textures with a special layout which allows them to connect to other blocks when combined with the connecting model type. Fusion offers two connected texture layouts, full and simple. Here is an example of the simple layout:
Scrolling textures are a type of animated texture which scrolls over an image. The scrolling can occur from any corner to any other corner of the texture, even diagonal! Here is an example of a conveyor belt:
Conected models are models which will connect to other blocks when used in conjunction with the connected texture type. Connections can be specified for specific blocks and states. Here is an example of an oak tiles block which connects to itself and acacia tiles:
{
...
"type": "connecting",
"connections": [
{
"type": "is_same_block"
},
{
"type": "match_block",
"block": "acacia_tiles"
}
]
...
} |
Yes, you are allowed use Fusion in your modpack
No, Fusion is only required on the client and does nothing when installed on a server
Sodium ignores the Fabric rendering api. To solve this install Indium.
For future content, upcoming mods, and discussion, feel free to join the SuperMartijn642 discord server!
Fusion is the property of SuperMartijn642 and is protected under copyright law and may not be altered or reuploaded without direct permission from SuperMartijn642.