THIS IS A PATCHED VERSION OF GOLDORION'S FABRIC GENERATOR FOR MCREATOR
This patch does one thing in particular (right now, maybe more patches will be created as I find more issues): fixes potion effects with the Fabric Generator for MCreator
If you or a loved one has ever fallen victim to error: incompatible types: Item cannot be converted to MobEffect
, this is the patch for you :)
The 1.10 version of this plugin, the final one created by GoldOrion, had been released before her departure from the MCreator community, which seems mostly functional except for the singular bug, which has plagued our team for a while. With the creation of our private mod, Hexad Arsenal, we needed to create potion effects, and though we found a couple of methods to manually fix and build the project, it had ended up being easiest to modify the generator itself.
So, for the first time since March of this year, an update to the Fabric Generator for MCreator. Happy creating!
-Claire
Changelog:
1.11:
by ClaraJ:
* /fabric-1.20.1/templates/elementinits/potioneffects.java.ftl line 39: "private static Item register(String registryName, MobEffect element) {" -> "private static MobEffect register(String registryName, MobEffect element) {" (changed Item to MobEffect, removing the TypeError)
Original Description by GoldOrion, not my links:
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
Project members
Lead developer
Contributor
Plugin forum topic
Fabric Generator 1.20.1 [Plugin]
License
GNU Lesser General Public License version 3 (LGPLv3)
Issue tracker
Source code repository
Comments
We'll see what happens. I'm terribly busy, but, me & my team are using this plugin and therefore need it to yknow.. keep developing our mod. Our choice this time boiled down to fix the plugin or make it a massive pain to continue development, it ended up being easier to patch. This is not unlikely to happen again. I wouldn't wholeheartedly expect updates, but it's not unreasonable to imagine~
TL;DR: Stay tuned!
it says when i load mcreator generator-fabric-1.20.1-v1.111 - reason:10 error: Cannot assign field "builtin" Because "plugin" is null