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
Tags / plugin type
Generator
Minecraft Forge 1.16.5 Java Edition/Datapack Generator
Downloads:
6544
Upvotes: 45
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.3 will no longer be supported

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.4 - 1.16.5 (2023.1) [Latest for MCreator 2023.1] - generator-1.16.5-1.4-2023.1.zip Uploaded on: 07/15/2024 - 16:03   File size: 668.12 KB
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 - 1.16.5 (2024.3) [Latest for MCreator 2024.3] [Recommended] - generator-1.16.5-2.0-2024.3_2.zip Uploaded on: 11/09/2024 - 15:00   File size: 790.09 KB

Comments

Slightly unrelated question,
Is there any chance that the 1.18.2 generators and above will get updated? Not rushing you or anything, just wanted to ask.

can you add support for mod element types stucture ? because its dont work when you load a mod with structure in this plugins

When do you think (if you are) support for 2024.3 will be released?

I want to make animated blocks for 1.16.5 using this plugin, is it even possible?

my mod in in 2021.1 V1.16.5 but when i use this plugins in 2024.2 for load my mod its say "support for the following elements is missing: Mod Element types : structure

Can't use mod variables. checked in several projects.
https://imgur.com/a/pGrIAnQ

MCreator strangely did not delete that file that is giving you problems, try to regenerate the code otherwise delete the entire folder located in src -> main-> java and then regenerate the code

I tried all this and also reinstalled mcreator, but it didn't help. it's a very strange bug, for some reason it imports net.mod.test.test.network.TestModVariables into TestModVariables.java, which shouldn't be the case
https://imgur.com/a/xUs0jxW

I want to make a biomes mod to Minecraft 1.16.5, but I can't add biomes to the 1.16.5 version using MCreator.

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

Hey there, I'd just like to personally request you to take a pause from all the later versions, which are still supported, and address the ongoing demands for the 1.12.2 plugin to be updated. There's a niche there that I strongly believe a well rounded developer like you can answer.

Hello, I wanted to mention a problem I have, and that is that I can't create biomes, it says as if a symbol is missing or something similar, and it makes it impossible to generate the code correctly, but when I delete the biome, the error is fixed. Just that, the mistake of biomes