Fabric Generator [1.20.1]

Published by Goldorion on
Supported MCreator versions
2023.4
Tags / plugin type
API support
Generator
MCreator Fabric Generator
Downloads:
90362
Upvotes: 1124
About the plugin

This plugin adds a new Fabric Generator to your MCreator.

 

 

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.

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 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
License
GNU Lesser General Public License version 3 (LGPLv3)

Plugin downloads
Fabric Generator 1.20.1 - 1.10 - generator-fabric-1.20.1_2.zip Uploaded on: 03/25/2024 - 02:12   File size: 349.25 KB

Comments

Hi bro, i have problem, i cant create fabric file with you addon. I have a report like this
Execution failed for task :genSourcesWithCfr'.
> There was a failure while executing work items A failure occurred while executing net, fabricmc.loom, task. GenerateSources Task$DecompileAction > Failed to run Gradle Worker Daemon > Process Gradle Worker Daemon 1' finished with non-zero exit value 1

It breaks my Stairs and Pressure Plates, everything else in my mod is good, just the Stairs and Pressure Plates

This is happening on many of my projects I tried this on,
D:\Minecraft Mods\Dogs Better Minecraft\better_minecraft\src\main\java\net\mcreator\betterminecraft\init\BetterMinecraftModBlocks.java:780: error: cannot find symbol
CrackedDeepslateTileStairsBlock.clientInit();
^
symbol: variable CrackedDeepslateTileStairsBlock
location: class BetterMinecraftModBlocks

This doesn't work... "External API support, there isn't a Fabric API?"

not letting me get fabric 1.19.2, 1.20.1 works but i need it for 1.19.2. its broken :\

Hey, wher I can download the 1.19.2 versión, because de version from guithub it dosen''t work me.

How can i convert theFabric mod now to 1.19.2 because at the start I cant choose which version I want.

Hi! Just wanted to know if there's any workaround for the PLAYER_PERSISTENT variables as they aren't implemented.

When I try to run the mod, it says this: java.lang.NoClassDefFoundError: terrablender/api/Region
I'm not sure how to fix it. I'm making my own biome, that's why it's present. Any possible reasons for problems or how to fix it?