LYIVX's Fusion (Connected Textures) Plugin

Supported MCreator versions
2023.3
2023.4
2024.1
Tags / plugin type
API support
Fusion Logo
Downloads:
1111
Upvotes: 14
About the plugin

About the plugin

This Plugin adds API support in to MCreator 2023.3 & 2023.4.


WIKI: https://github.com/SuperMartijn642/Fusion/wiki


TUTORIAL:

Download both the Plugin plus the mc-ct.zip file,  Place the plugin in your normal plugins folder.

You'll need to extract the mc_ct.zip file at this location in your mod:

src/main/resources/assets/mod_id/models/block

You'll need your 'connected texture' imported into Mcreator, You'll also need a texture_name.png.mcmeta file (Needs to have the same file name as the texture) This Is Placed In The Same Folder As Your Texture!! Inside the .png.mcmeta file you'll need this code:

{
 "fusion": {
   "type": "connecting"
 }
}

MAKE SURE TO ENABLE THE API!

Now just create your block and It should automatically added Connected Textures support.

(If you had any previous versions from 1.2.0 you can just unlock you block elements and regenerate your code!)

 

DISCLAIMER:

You Need To Download The mc_ct.zip folder Otherwise Your Glass Panes WILL Break Your Mod


Texture Template:

Example Texture Using Oak Planks:

 

Supported Versions:

Fusion (Connected Textures): [Source]

            NeoForge:

  • 1.20.4 - (1.1.1-neoforge-mc1.20.4) 

            Forge:

  • 1.20.2 - (1.1.1-forge-mc1.20.2) 
  • 1.20.1 - (1.1.1-forge-mc1.20.1) 
  • 1.20 - (1.1.1-forge-mc1.20)
  • 1.19.4 - (1.1.1-forge-mc1.20.2)
  • 1.19.2 - (1.1.1-forge-mc1.19.4)
  • 1.19 - (1.1.1-forge-mc1.19.2)
  • 1.18.2 - (1.1.1-forge-mc1.18.2)
  • 1.18 - (1.1.1-forge-mc1.18)
  • 1.17 - (1.1.1-forge-mc1.17)

            Fabric:

  • 1.20.2 - (1.1.1-fabric-mc1.20.2) 
  • 1.20 - (1.1.1-fabric-mc1.20)
  • 1.19.4 - (1.1.1-fabric-mc1.20.2)
  • 1.19.2 - (1.1.1-fabric-mc1.19.4)
  • 1.19 - (1.1.1-fabric-mc1.19.2)
  • 1.18.2 - (1.1.1-fabric-mc1.18.2)
  • 1.18 - (1.1.1-fabric-mc1.18)
  • 1.17 - (1.1.1-fabric-mc1.17)

 


Changelog:

Changelog - 1.6.2


Updated:

  • Added Support For Fabric 1.20.1

  • Updated All Fabric Versions

  • Overridden fabric.mod.json file


Changelog - 1.6.1


Updated:

  • Added Support For 2024.1.15821


Changelog - 1.6.0


Updates:

  • Updated The Plugin For 2024.1

  • Added NeoForge 1.20.4


Changelog - 1.4.0


Updates:

  • Fixed Block.json Override For Panes Textures Not Showing Correctly 

  • Added 1.19.4 & 1.19.2 Overrides


Changelog - 1.3.2


Updates:

  • Added Block.json Override For Panes


Changelog - 1.3.1


Updates:

  • Added Block.json Override For Single Texture Usage


Changelog - 1.3.0


Updates:

  • Added Block.json Override (No Longer Need To Lock Elements)


Changelog - 1.2.0


Updates:

  • Added 1.20.1 Version


ALL PREVIOUS VERSIONS OF THE PLUGIN ARE AVAILABLE ON THE GIT REPOSITORY

Project members
Lead developer
License
GNU General Public License version 3 (GPLv3)

Plugin downloads
mt-ct.zip - mt-ct.zipUploaded on: 01/23/2024 - 00:07   File size: 1.54 KB
LYIVX's Fusion (Connected Textures) 1.6.2.zip - LYIVX's Fusion (Connected Textures) 1.6.2.zipUploaded on: 04/22/2024 - 20:14   File size: 9.47 KB

Comments

Good find and cool API I was looking for a new mod to replace CTM so this will be a fun thing to test in the future and now I don't even need to do it via my mod pack can do it in MCR.