Topic category: Plugins and third-party tools
This plugin adds a new Fabric Generator to your MCreator.
Hello š
It's been a while, right? Apparently, nobody could survive without my Fabric Generator. I know I said I would not continue it and I would leave the community. It's still technically the case, but in a different way. I won't go back to working full free time on MCreator or my plugins, but you'll see me from time to time. For this particular case of the Fabric Generator, NerdyPuzzle and Spectrall (+ Kleiders?) joined me to create a small team in order to continue keep alive the Fabric Generator, so it is no longer a one-man job like in the past. Having both of them is a real game changer as it's much less work for me... and enormously more features for you like this update proves it (and more is coming in a near feature! š). I will not continue to spend most of my time on MCreator projects. This era is truly over in my head for me. No longer the time, nor the motivation or the ideas. I simply want to help once in a while from now on, when I have the time, the motivation and the idea.
Hope you'll be happy of this (big) update š
Important Information
- Make sure you use MCreator 2025.3 second snapshot
- Back up your workspace before updating to a newer version of the plugin.
- Mods will also require Fabric API to function properly, so when you want to play your mod, make sure you have Fabric API.
- Some features are disabled because they are Forge-related features. We are working on them.
Credits
- This generator re-uses a lot of the code used by the official NeoForge generators.
- Supporters on Ko-fi šā¤ļø
License
- Licensed under the GNU Lesser General Public License, version 3.0
- Mods created with this tool may be closed-source and/or distributed with a different license.
- Appropriate credit must be provided to the creators and maintainers of this software.
- Forked versions of this software must be distributed under the same license as this with attribution if distributed.
- Changes must be stated if any modified works are to be distributed.
- Under no circumstances can you state that the original creator endorses modified works.
Changelog:
To see a complete changelog of the plugin, check this file.
The plugin's page https://mcreator.net/plugin/64512/mcreator-fabric-generator
I spoke about the workspace type inside the plugin, like change fabric-1.16.1 for forge-fabric-1.16.1.
Well changing in workspace file works too ;) (should work)
I was able to import the forge workspace by modifying the .mcreator file but unfortunately my procedures are incompatible.
I have been doing research and so far I haven't found anything on structures I have only found out how to make a mob in fabric.
I just found something on structures:
https://www.curseforge.com/minecraft/mc-mods/structure-gel-api it contains some info on structures. I hope this helps :)
nevermind the structure api is for forge sadly.
I made two custom blocks and some recipes (everything worked perfectly). I wanted to make a food item, and since then I keep running into this issue, so I tried making a block and the same issue appears. It's weird because when I first started I had no issues at all, but now anything I make causes this problem to occur.
Here's the log:
Executing
Gradle task: build
Build
info: MCreator 2020.4.32115, fabric-1.16.1, 64-bit, 12139 MB, Windows 8.1,
JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
>
Configure project :
Fabric
Loom: 0.4.33 Build(jenkins #33)
:setting
up loom dependencies
:setting
up mappings (yarn 1.16.1+build.21)
Configuring
compiler arguments for Java
>
Task :compileJava
Note:
SpongePowered MIXIN Annotation Processor Version=0.8
Note:
ObfuscationServiceFabric supports type: "official:intermediary"
Note:
ObfuscationServiceFabric supports type: "official:named"
Note:
ObfuscationServiceFabric supports type: "intermediary:official"
Note:
ObfuscationServiceFabric supports type: "intermediary:named"
Note:
ObfuscationServiceFabric supports type: "named:official"
Note:
ObfuscationServiceFabric supports type: "named:intermediary"
Note:
ObfuscationServiceMCP supports type: "searge"
Note:
ObfuscationServiceMCP supports type: "notch"
>
Task :processResources FAILED
FAILURE:
Build failed with an exception.
*
What went wrong:
Execution
failed for task ':processResources'.
>
Could not copy file 'C:\Users\Abdul
Rauf\MCreatorWorkspaces\my_mod\src\main\resources\assets\my_mod\textures\items\Thumbs.db'
to 'C:\Users\Abdul
Rauf\MCreatorWorkspaces\my_mod\build\resources\main\assets\my_mod\textures\items\Thumbs.db'.
> C:\Users\Abdul
Rauf\MCreatorWorkspaces\my_mod\build\resources\main\assets\my_mod\textures\items\Thumbs.db
(Access is denied)
*
Try:
Run
with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output. Run with --scan to get full
insights.
*
Get more help at https://help.gradle.org
BUILD
FAILED in 5s
2
actionable tasks: 2 executed
BUILD
FAILED
Task
completed in 5928 milliseconds
This issue came out of the blue, everything was working fine before.
I also experienced another issue when I tried to make a food item, here's the log:
Executing
Gradle task: runClient
Build
info: MCreator 2020.4.32115, fabric-1.16.1, 64-bit, 12139 MB, Windows 8.1,
JVM 1.8.0_252, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk
>
Configure project :
Fabric
Loom: 0.4.33 Build(jenkins #33)
:setting
up loom dependencies
:setting
up mappings (yarn 1.16.1+build.21)
Configuring
compiler arguments for Java
>
Task :downloadAssets
:downloading
asset index
:downloading
assets...
>
Task :compileJava FAILED
C:\Users\Abdul
Rauf\MCreatorWorkspaces\my_mod\src\main\java\net\mcreator\mymod\procedures\VeggieSoupFoodEatenProcedure.java:18:
error:
expected
ItemStack _setstack = Items.BOWL, (int)(1);
^
C:\Users\Abdul
Rauf\MCreatorWorkspaces\my_mod\src\main\java\net\mcreator\mymod\procedures\VeggieSoupFoodEatenProcedure.java:18:
error: not a statement
ItemStack _setstack = Items.BOWL, (int)(1);
^
C:\Users\Abdul
Rauf\MCreatorWorkspaces\my_mod\src\main\java\net\mcreator\mymod\procedures\VeggieSoupFoodEatenProcedure.java:18:
error: ';' expected
ItemStack _setstack = Items.BOWL, (int)(1);
^
3
errors
FAILURE:
Build failed with an exception.
*
What went wrong:
Execution
failed for task ':compileJava'.
>
Compilation failed; see the compiler error output for details.
*
Try:
Run
with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output. Run with --scan to get full
insights.
*
Get more help at https://help.gradle.org
BUILD
FAILED in 1m 27s
2
actionable tasks: 2 executed
BUILD
FAILED
Task
completed in 100433 milliseconds
Please use our tracker next time. https://github.com/ClothCreators/MCreatorFabricGenerator/issues
For the second, I know the cause. I will fix it. Concerning the first one, I will check.
The first one is likely Windows and permissions misbehaving. Running as admin or manually removing the file might help.
The Fabric Generator has been updated to Minecraft 1.16.2.
Changelog (1.16.2-1.0.0-alpha3):
- Updated the generator to Minecraft 1.16.2
- Fixed #48
https://github.com/ClothCreators/MCreatorFabricGenerator/releases/tag/1ā¦
https://mcreator.net/plugin/64512/mcreator-fabric-generator
Yayy <3 That was so fast! :D
Fabric is fastest to update than Forge, as it's lighter. :D When we will add the Fabric generator in the MCreator code (after the open-sourcing and the rewriting of the generator), users will, maybe, finally stop to always ask to update to the newest Minecraft version.
When do you think biomes will be released?
The code of biomes has changed a lot in 1.16.2, so Fabric has decided to remove biomes from the Fabric API. As soon as they will re-add them, we will work on them.