MCreator generator plugin for Minecraft Forge 1.18.2 Java Edition mods/Datapack.
How to install
Please check https://mcreator.net/wiki/understand-plugins#toc-index-1 for installation guide.
Info
This Generator is built over the old official generator, but this one is NOT official, and is not being maintained by the MCreator Team.
NOTE:
- From MCreator 2024.2 the folders where the textures are contained have changed: Blocks -> Block, Items -> Item, this change is necessary to have the functionality to refer to vanilla Minecraft textures
- From MCreator 2024.3 upwards to refer to all the biomes of a dimension just put the "is_yourdimensionid" tag
More documentation on generators
Check MCreator's wiki for more documentation: How to make new generator
My Other Generators:
- Minecraft Forge 1.12.2 Java Edition Generator
- Minecraft Forge 1.14.4 Java Edition/Datapack Generator
- Minecraft Forge 1.15.2 Java Edition/Datapack Generator
- Minecraft Forge 1.16.5 Java Edition/Datapack Generator
- Minecraft Forge 1.17.1 Java Edition/Datapack Generator
- Minecraft Forge 1.19.2 Java Edition/Datapack Generator
- Minecraft Forge 1.19.4 Java Edition/Datapack Generator
- Minecraft NeoForge 1.20.4 Java Edition/Datapack Generator
My Other Plugin:
Why should i use this generator?
If you are using this version of minecraft, you will have many more features than those present in MCreator 2023.1, the generator will have full support so if there are any bugs they will be fixed etc. (unlike 2023.1 which is no longer supported). The generator also has a lot of backports (from new versions of MCreator to this one) regarding bug fixes on the generator. If you want to export your mod for multiple versions this generator is for you!
Contributing
You are welcome to support this project by opening pull requests.
Changelog
NOTE: If you had a previous version of the plugin to apply the changes (Bug Fixes and various improvements) it is better to regenerate the mod code or save all the elements
- Bug Fix
- Improvements
- Bug Fix
- Ported the plugin to MCreator 2024.3
- Improvements
- Bug Fix
- Ported the plugin to MCreator 2024.2
- Improvements
- Bug Fix
- Ported the plugin to MCreator 2024.1
- Improvements
- Bug Fix
- Ported the plugin to MCreator 2023.4
- Bug Fix
- FG (forge) Bump
- Fixed villager professions
- Added all missing features
- Bug Fix
V1.0 - 1.18.2 (EAP 2023.2 b20712)
- Release of 1.18.2 Minecraft Forge mods generator plugin.
Comments
Hi! I have encountered 2 bugs with this for 2024.3:
1: recipes do not work. I have to backdate to a previous version (2022.3 in my case) to create the recipes, then lock the elements so mcreator won't touch them, then update to 2024.3 in order for recipes to work. If I do not lock the elements, the 2024.3 version erases the recipe code.
2: there exists a bug when generating plants in the nether. They generate on the nether roof due to a change in how plants generated from spread to heightmaps. This was fixed in other versions by adding the "generate at any height" option for plants.
other than that this is a wonderful plugin, thank you for your work!
This has been a splendid generator, and has saved me alot of pain and I appreciate your work, however... It seems when attempting to tint any blocks (ie: Stuff like Leaves, and Grass) the generator attempts to use an event, RegisterColorHandlersEvent, that does not exist. As far as I know, this bug exists in both 2024.2 and 2024.3, but I'll give it a good bet it exists in all previous iterations. Not that it matters.