Minecraft Forge 1.16.5 Generator [For MCreator 2022.3]

Supported MCreator versions
2022.3
Tags / plugin type
Generator
Forge 1.16.5 icon
Downloads:
3512
Upvotes: 60
About the plugin

2022.3 ONLY, 2023.1+ Removed features that were neccesary for 1.16.5 and older versions to work properly.

 

A port of the 1.16.5 Generator from older version to the newest mcreator version; This generator will also include bug-fixes and ports of features over time, including currently a fix that allows it to work properly on 2022.3

 

Contributing
You are welcome to support this project by opening pull requests.
WARNING: Minecraft 1.16.5 is no longer supported by MCreator (Pylo). This repository here is only for reference purposes and for community use. It is not officially supported.
         

Mainteiner: Urielito3010/Kleiders

Thanks to the MCreator team for keeping the generator up for so long!

Some 1.16.5 generator exclusive procedures have been added:
Example of a dimension with a custom sun and moon, done by changing a Player Persistent Variable.
example 1
example 2

Example of a nested "for each entity as" block:

When there is a pig near the player, all cows within a 20 block radius from the pig will be damaged. Instead of having entity iterators, you need to add a custom block snippet and replace entity fields with that snippet, like in the image.
example3


 

Changelog (Older changelogs can be found on github): 

V1.3.2:
Fixed a bug with the Fluid element on 2022.3

V1.3.1:
Fixed a bug with the "Advanced For Each Statement" that prevented it from loading the game.

V1.3.0:
Added two procedure blocks to change Vanilla Textures
-Change vanilla texture {vanillatexture} to {yourtexture}
-Undo texture change for texture {vanillatexture}
(An example can be found above in the plugins page)
Clarified in the music disc element that "lenght in ticks" is not supported (And will never be, as it was added on 1.19.2)
Added a custom warning for client side procedures (Specifically added for the texture changers)
-Moved the advanced "for each entity as" to the advanced tab.

V1.2.0: 
-Added an Advanced "For each entity as entity iterator" procedure that can be nested. (Requires the use of custom code snipets to declare what "entity iterator" will be.)
-Fixed Biomes allowing them to generate correctly.
-Biome tags do not work because they were introduced by minecraft on 1.18.2. (And base mcreator no longer supports biome dictionary types)

License
GNU General Public License version 3 (GPLv3)

Plugin downloads
MCreator 1.16.5 Generator Plugin V1.2.0.zip - MCreator 1.16.5 Generator Plugin V1.2.0.zipUploaded on: 11/10/2022 - 23:35   File size: 432.25 KB
MCreator 1.16.5 Generator Plugin V1.3.2.zip - MCreator 1.16.5 Generator Plugin v1.3.2.zipUploaded on: 11/12/2022 - 17:10   File size: 431.35 KB

Comments

Found 2 issues:
1. It no-longer supports biome tags (is biome at: x, y, x tagged in biome tags at "tag")
2. It can't load custom dimensions anymore either

But I'm not sure. I'm currently making a mod on your ai plugin... Blocks are not being created for me. Plants are being created - blocks are not. And the most interesting thing is that if I try to look at the element code, it either does not open or shows a bright gray screen.

Executing Gradle task: eclipse
Build info: MCreator 2023.1.10610, forge-1.16.5, 64-bit, 8117 MB, Windows 10, JVM 17.0.5, JAVA_HOME: C:\Program Files\Pylo\MCreator\jdk, started on: 2023-04-05-14:35:47

FAILURE: Build failed with an exception.
* Where:
Build file 'D:\modworkspace\build.gradle' line: 10
* What went wrong:
A problem occurred evaluating root project 'modworkspace'.
> Failed to apply plugin 'net.minecraftforge.gradle'.
> Failed to validate certificate for host 'https://libraries.minecraft.net/'. To disable this check, re-run with '-Dnet.minecraftforge.gradle.check.certs=false'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUİLD FAILED in 14s

BUILD FAILED
Task completed in 15 seconds