Disclaimer: This Plugin Is Currently Abandoned As I'm Focusing All My Time On My Time On My Mod (LYIVX's Furniture) Without The Use Of Mcreator
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
where create .png.mcmeta file?