Minecraft Forge 1.16.5 Java Edition/Datapack Generator

Published by _Spectrall on
Supported MCreator versions
2022.3
2023.1
2023.2
2023.3
2023.4
2024.1
2024.2
2024.3
2024.4
Tags / plugin type
Generator
Minecraft Forge 1.16.5 Java Edition/Datapack Generator
Downloads:
7847
Upvotes: 55
About the plugin


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:

- Shaders Utils

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.4 will no longer be supported

V3.0 - 1.16.5 (2024.4)

- MCreator 2024.4 Support!

V2.0 - 1.16.5 (2024.3)

- MCreator 2024.3 Support!

V1.9.1 - 1.16.5 (2024.2)

- Bug Fixes

V1.9 - 1.16.5 (2024.2)

- MCreator 2024.2 Support!

V1.8.3 - 1.16.5 (2024.1)

- Bug Fixes

V1.7 - 1.16.5 (2023.4)

- MCreator 2023.4 Support!

V1.6 - 1.16.5 (2023.3)

- MCreator 2023.3 Support!

V1.5 - 1.16.5 (2023.2)

- MCreator 2023.2 Support!

V1.4 - 1.16.5 (2023.1)

- MCreator 2023.1 Support!

V1.3.2 - 1.16.5 (2022.3)

- Bug Fix

Project members
Lead developer
License
GNU General Public License version 3 (GPLv3)

Plugin downloads
V1.5 - 1.16.5 (2023.2) [Latest for MCreator 2023.2] - generator-1.16.5-1.5-2023.2.zip Uploaded on: 08/02/2024 - 12:55   File size: 712.74 KB
V1.6 - 1.16.5 (2023.3) [Latest for MCreator 2023.3] - generator-1.16.5-1.6-2023.3_0.zip Uploaded on: 07/30/2024 - 11:40   File size: 690.05 KB
V1.7 - 1.16.5 (2023.4) [Latest for MCreator 2023.4] - generator-1.16.5-1.7-2023.4.zip Uploaded on: 07/20/2024 - 19:04   File size: 721.98 KB
V1.8.3 - 1.16.5 (2024.1) [Latest for MCreator 2024.1] - generator-1.16.5-1.8.3-2024.1.zip Uploaded on: 07/30/2024 - 11:03   File size: 719.25 KB
V1.9.1 - 1.16.5 (2024.2) [Latest for MCreator 2024.2] - generator-1.16.5-1.9.1-2024.2_1.zip Uploaded on: 08/27/2024 - 15:56   File size: 796.8 KB
V2.0 BUG FIX - 1.16.5 (2024.3) [Latest for MCreator 2024.3] [Recommended] - generator-1.16.5-2.0-2024.3.zip Uploaded on: 12/11/2024 - 19:26   File size: 790.09 KB
V3.0 BUG FIX - 1.16.5 (2024.4) [Latest for MCreator 2024.4] [Recommended] - generator-1.16.5-3.0-2024.4_1.zip Uploaded on: 02/02/2025 - 20:26   File size: 789.85 KB

Comments

Entity Triggers are broken except for "On Entity Tick Update" If I use the same procedure for any of the other entity triggers it gives me a "cannot find symbol" Error.

thats weird, Im using the entity triggers for the living entity mod element. my procedures work on 1.16.5 on 2022.2. it works without the plugin. It gives a cannot find symbol error when you set a procedure on any of the living entity triggers besides "On Entity Tick Update".

\Users\Geome\MCreatorWorkspaces\utopia_test\src\main\java\net\mcreator\utopiatest\entity\LumberJackEntity.java:106: error: cannot find symbol
Entity sourceentity = damagesource.getEntity();
^
symbol: method getEntity()
location: variable damagesource of type net.minecraft.util.DamageSource
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
Note: Recompile with -Xlint:unchecked for details.

\Users\Geome\MCreatorWorkspaces\utopia_test\src\main\java\net\mcreator\utopiatest\entity\LumberJackEntity.java:106: error: cannot find symbol
Entity sourceentity = damagesource.getEntity();
^
symbol: method getEntity()
location: variable damagesource of type net.minecraft.util.DamageSource

\Users\Geome\MCreatorWorkspaces\utopia_test\src\main\java\net\mcreator\utopiatest\entity\LumberJackEntity.java:106: error: cannot find symbol
Entity sourceentity = damagesource.getEntity();
^
symbol: method getEntity()
location: variable damagesource of type net.minecraft.util.DamageSource
1 error
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler output below.
Note: Recompile with -Xlint:unchecked for details.

\Users\Geome\MCreatorWorkspaces\utopia_test\src\main\java\net\mcreator\utopiatest\entity\LumberJackEntity.java:106: error: cannot find symbol
Entity sourceentity = damagesource.getEntity();
^
symbol: method getEntity()
location: variable damagesource of type net.minecraft.util.DamageSource

When compiling, an error appears in the unchangeable mod files
What could this be?
Version - 2.0
Mcreator version - 2024.3.42716
Plugins:
Modified Geckolib 5.9.3 for 1.16.5,
Kleiders Custom Renderer 7.4.0

Kleiders Custom Renderer 7.4.0 It's the plugin that's giving you the error (I know because I saw the code of that plugin, it has not been updated to work properly with the new updates of this generator)

please add 2024.4 support or can i use the 2024.3 version for 2024.4?

Hi, do you know if GeckoLib has support for this version? I can't get the external API to work.

How do other plugins interact with old generators exactly, like I assume plugins don't work with them but I need to ask because I have a giant mod workspace that I sadly need to migrate from 2023.4 to 2024.4 for technical problems, but my mod uses several popular plugins and I wanted to ask how this plugin interacts with the rest on old generators. Even then if plugins don't work, thank you for maintaining support on these old versions

I need to thank you from the bottom of my heart. I'm migrating from Minecraft 1.7.10 to 1.16.5 this year. I decided to make mods to play and make the experience enjoyable for myself, and knowing that there are developers who don't let certain versions of Minecraft die makes me happy. Thank you very much.