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
There was a error with compiling a block that I made that had a custom sound set and I got this error
C:\Users\XXX\MCreatorWorkspaces\blockd\src\main\java\net\mcreator\XXX\block\BlockOfWitherStarBlock.java:29: error: cannot find symbol
super(FabricBlockSettings.of(Material.STONE).breakByTool(FabricToolTags.PICKAXES, 1).requiresTool().sound(new ForgeSoundType(1.0f, 1.0f,
^
(The "^" was originaly pointing at the capital F in new "ForgeSoundType") and also a warning:
C:\Users\###\MCreatorWorkspaces\blockd\src\main\java\net\mcreator\###\block\BlockOfWitherStarBlock.java:29: warning: [removal] breakByTool(Tag<Item>,int) in FabricBlockSettings has been deprecated and marked for removal
super(FabricBlockSettings.of(Material.STONE).breakByTool(FabricToolTags.PICKAXES, 1).requiresTool().sound(new ForgeSoundType(1.0f, 1.0f,
^
(The arrow was pointing at the period in ".breakbytool")
Sorry, kinda exaggerated that you wrote about skipping 1.18. Since 1.19 seems to be quite near, I feel like this may be eventually the faith of this version.. but also that goes with philosophy that people prefer to be said negative things, so any surprise turns out to be good surprise then :P
I see some activity with a 1.19 Branch on the git project. Is there a rough estimate of a update to 1.19 in the near future?