Fusion (Connected Textures)

Fusion (Connected Textures)

Mod

Fusion allows resource packs to use additional texture and model types such as connected textures!

Client DecorationLibrary

428.7k downloads
249 followers
Createda year ago
Updated2 months ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

Separator

Fusion Connected Textures

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 other mods! Integration with Fusion can be done optionally for a soft dependency.

📖 Wiki

For resource packs:

https://github.com/SuperMartijn642/Fusion/wiki#for-resource-packs

For mod developers:

https://github.com/SuperMartijn642/Fusion/wiki#for-mod-developers

Separator

🖼️ Texture types

Connected texture

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:

Simple connected texture example

Scrolling texture

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:

Scrolling texture conveyor example

Separator

🧊 Model types

Connected model

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"
      }
   ]
   ...
}
Connected model example

Separator

📐 Block overlays

Using the features provided by the connecting model and connecting texture type, you can also achieve block overlays!
Sand overlayed on gravel

Separator

FAQ

Can I use Fusion in my modpack?

Yes, you are allowed use Fusion in your modpack

Do I need to install Fusion on the server?

No, Fusion is only required on the client and does nothing when installed on a server

Why does Fusion not work with Sodium?

Sodium ignores the Fabric rendering api. To solve this install Indium.

Separator

Discord

For future content, upcoming mods, and discussion, feel free to join the SuperMartijn642 discord server!

Separator

Legal Stuff

Fusion is the property of SuperMartijn642 and is protected under copyright law and may not be altered or reuploaded without direct permission from SuperMartijn642.

External resources



Project members

SuperMartijn642

Owner


Technical information

License
ARR
Client side
required
Server side
unsupported
Project ID