MCreator generator plugin for Minecraft Forge 1.16.5 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 2023.1 upwards the generator works better if the old biome generation is present
- Bipeds texture 32x32 -> 64x64
- From MCreator 2023.4 upwards to refer to all the biomes of a dimension just put the "mod_id:is_yourdimensionid" tag
- 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
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.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.18.2 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 2022.2, the generator will have full support so if there are any bugs they will be fixed etc. (unlike 2022.2 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: Plugin versions that use versions older than MCreator 2024.3 will no longer be supported
- MCreator 2024.3 Support!
- Bug Fixes
- MCreator 2024.2 Support!
- Bug Fixes
- MCreator 2023.4 Support!
- MCreator 2023.3 Support!
- MCreator 2023.2 Support!
- MCreator 2023.1 Support!
- Bug Fix
Comments
Hello again, I was upgrading my MCreator from 2023.1 to 2023.3 and then while everything was porting, an error occurred with the main problem saying "Failed to apply plugin 'net.minecraftforge.gradle'.
Found Gradle version Gradle 8.3. Versions Gradle 8.0 and newer are not supported.
Use ForgeGradle 6 or newer for Gradle 8.0+ support."
I've tried deleting caches in the gradle folder and the gradle folder itself as well as making a brand new workspace and it doesn't seem to work. I can't use 2023.4 or above either since your 1.18.2 plugin aren't on those versions yet.
It's very good generator! But I have a trouble with Java models. I export a java model from blockbench with export version "1.15-1.16 MCP" and after building a project in MCreator I get this error:
"error: net.mcreator.testbeb.client.model.Modelscp is not abstract and does not override abstract method setRotationAngles(T,float,float,float,float,float) in net.minecraft.client.renderer.entity.model.EntityModel
public class Modelscp<T extends Entity> extends EntityModel<T> {"
I search all MCreator posts from community and I didn't found anything. Only about export version that "u need export 1.15-1.16 MCP" BUT I Done that!
Please read above: "From MCreator 2023.1 upwards the generator works better if the old biome generation is present",.You will ask yourself how to do it, it is simple but difficult, because implementing it in the plugin I think would be very difficult, but implementing it in the MCreator code would be simple the problem is that with the passage of time MCreator (rightly) does not give "help" for old versions so you should reimplement the gui in this version, which I did but which I can't share because it'is not allowed
thank you for your vigilance, there is no way to check now, I am a little scared to switch to new versions of mcreators because they usually give errors when loading mods from old versions😅