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 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.
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)
does this work with version 2023.1?