Fabric Generator [1.21.8 - 26.1.2]

Published by Goldorion on
Supported MCreator versions
2026.1
EAP 2026.2.22416
Tags / plugin type
Generator
MCreator Fabric Generator
Downloads:
144200
Upvotes: 1595
About the plugin

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 2026.1 (1.21.8) or 2026.2 1st snapshot (26.1.2)
  • 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.

https://storage.ko-fi.com/cdn/brandasset/kofi_button_blue.png

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 (for 1.21.8) and this file (for 26.1.2).

Latest versions:

2026.2-2.7 (26.1.2)

You will most certainly encounter many build errors and/or bugs as I haven't tested and fixed everything yet. Please report them on GitHub

THIS IS NOT A VERSION MADE FOR PRODUCTION. PLEASE USE FOR TESTING PURPOSES ONLY.

- Added support for Minecraft 26.1.2 with Fabric API 0.150.0
  - GLOBAL_MAP and GLOBAL_WORLD scopes for variables have been temporarily disabled
  - Tint types for custom blocks have also been temporarily disabled

2026.1-2.6.2 (1.21.8)

- Removed unsupported procedures
- [Bugfix] player_useitem_stop trigger was causing a build error with itemstack dependency
- [Bugfix #593] Custom dimensions with no portal triggered procedure caused a build error.
- Some other bug fixes
Plugin page co-authors
Project members
Lead developer
Developer
Developer
License
GNU Lesser General Public License version 3 (LGPLv3)

Plugin downloads
Fabric Generator 2.6.2-1.21.8 (MCreator 2026.1) - generator-fabric-1.21.8-2026.1_0.zip Uploaded on: 04/05/2026 - 14:18   File size: 438.61 KB
Fabric Generator 2.7-26.1.2 (MCreator 2026.2.22416) - UNSTABLE/BETA - NOT FOR PRODUCTION USE - generator-fabric-26.1.2-2026.2.zip Uploaded on: 06/01/2026 - 03:12   File size: 435.18 KB

Comments

hey its me again idk how to direct message someone if its even possible here so ima post the problem i got in comments cus uh yes

so i am having problem when i crate 1.17.1 workspace i always get this error if you can help then help me please thanks

here is screenshot of the error

https://gyazo.com/2016bf23d87bb53b2d9d11ddbad82ae3

i found a way ho to fix the error here

https://github.com/Goldorion/Fabric-Generator-MCreator/issues/180

here is how to fix the error if u dont wanna read through the website

If you already opened a workspace, follow these steps:
1. Close your workspace and go inside your workspace's folder
2. Open in Notepad or another text editor the `.mcreator` file
3. Search `currentGenerator`, inside `workspaceSettings` and replace `fabric-1.17.1` by `fabric-1.16.5` (Install it!)
4. Save, close, re-open your workspace, and re-select Fabric 1.17.1```

when ever I try to open a project or start a new with the 1.17 fabric plugin it always fails with this error
Configure project :
Fabric Loom: 0.10.66
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'qerqrr'.
Failed to provide loom:mappings:layered+hash.2192 : java.lang.RuntimeException: Could not find access widener file @ MCreatorWorkspaces\qerqrr\src\main\resources\qerqrr.accesswidener

Any way to fix this?

Hello thanks for the reply and update. But after following the steps of getting the new update and changing the workplace generator back to 1.16.5 and reopening the file I am still getting this error when opening open a new or existing workplace with the fabric plugin:
Build info: MCreator 2021.3.54000, fabric-1.17.1, 64-bit, 16327 MB, Windows 10, JVM 16.0.2, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk

> Configure project :
Fabric Loom: 0.10.66
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'titanium'.
> Failed to provide loom:mappings:layered+hash.2192 : java.lang.RuntimeException: Could not find access widener file @ C:\Users\yoodl\MCreatorWorkspaces\titanium\src\main\resources\titanium.accesswidener

Leave a comment and give me your workspace on this ticket. I will check that. I tested on a test workspace and it worked, so there has to be something else. https://github.com/Goldorion/Fabric-Generator-MCreator/issues/180

Ok sorry most have been user error on my part. I went through the steps a 2nd time and it worked when doing it again. My workplaces updated successful. Thank you so much for replying and helping out, also the fast updates, much appreciated.

hi so i am working on a fabric mod for 1.16.5

and i am using this plugin and i am having problem when adding a block i tried adding biomes etc... and they work just fine the only problem is when i add a block here is the console error after compiling if you know how to fix it tell me thanks

C:\Users\MyUserFolder\MCreatorWorkspaces\susmod\src\main\java\net\mcreator\susmod\block\RubberDuckBlock.java:30: error: reference to FabricBlockSettings is ambiguous

and

C:\Users\MyUserFolder\MCreatorWorkspaces\susmod\src\main\java\net\mcreator\susmod\block\RubberDuckBlock.java:21: error: a type with the same simple name is already defined by the single-type-import of FabricBlockSettings

I don't know if anyone else is having this issue, but anytime I attempt to use this generator, it always says that my mod elements are not compiled correctly, and I have no idea on how to fix it.

Please read the description. Honestly I wouldn't expect 1.17 being supported, since 1.18 seems to be bigger priority (and for good reason, it is not really worth to play 1.17 when you can either use more supported 1.16 version, or have modern 1.18 one).

Could you maybe make the 1.18.1 update, and then the 1.17.1? Cuz i really wanna make a mod for my fabric server, which is in 1.17.1