This is a hard fork of the Goldorion Fabric Generator 1.20.1 plugin. This plugin will be developed separately from the main one, As Goldorion has left the community. Most of the features of this plugin are untested and are probably broken. PRs and issues on github are welcome and will probably be merged. There are already some fixes in the plugin now (check the changelog).
A plugin for MCreator, a code generator to create Minecraft mods. Adds a Fabric generator type.
This project is not official. It is not affiliated with the respective owners and maintainers of Fabric, Minecraft, or MCreator. Do not expect any official support from their communities.
Important Information
- Make sure you use MCreator 2024.4 or 2025.1
- If you are using 2025.1, you must install the 1.20.1 forge plugin.
- Supported global triggers
- 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.
Credits/License
Author - Goldorion github, ko-fi
Dev - 300f20t github
Contributors - github
This generator re-uses code used from the official Forge generators.
The plugin's MCreator page is here
The plugin's MCreator forum page is here
Licensed under the GNU Lesser General Public License, version 3.0
- Mods created with this tool may be closed source and/or be 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 modified works are endorsed by the original creator.
Changelog:
To see a complete changelog of the plugin, check this file.
Comments
water_and_lava_remover_fabric\src\main\java\net\mcreator\waterandlavaremoverfabric\item\DrainHoleBookInformationItem.java:25: error: cannot find symbol
ItemGroupEvents.modifyEntriesEvent(WaterAndLavaRemoverFabricModTabs.TAB_DRAINHOLETAB).register(content -> content.accept(this));
It fails to compile whenever I make any kind of tool. It says it apparently "cannot find symbol" whenever it compiles.