This plugin adds a new Fabric Generator to your MCreator.
I decided to stop MCreator and leave the community. Please read this topic.
Important Information
-
Supported Global triggers
- All procedure blocks (and global triggers) are marked as supported, but several of them will fail to build. THIS IS NORMAL. Do not report them.
- 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, so I can not support them.
Credits
- This generator re-uses a lot of the code used by the official Forge 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.
Last versions:
1.10:
(Thank you NerdyPuzzle)
* [#520] Removed support for TerraBlender API (biome generation is now done similarly to Forge generators)
* [#417, #520] Add support for cave biomes
* [#521, #520] Custom items caused a build error in several cases
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
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
It's funny suggestion considering Fabric updating their own API for snapshots :P
But answering seriously, I think it will not be updated because Goldorion is one of these people making snapshots. So not only he is busy on MCR base rn, but also it'd be kinda a waste of time, creating plugin to only be overwritten again with each snapshot, and then, full release. It's better to aim on stable versions.