Version Log

0.1.1 - Farewell MCreator!

Since the very beginning of Redstone CG, MCreator has been the primary development tool. Without it, starting the project and implementing its early features would have been extremely difficult. MCreator is a great platform for starting mod development and learning how to create Minecraft mods. But that’s also where its limitations begin.

As of now, MCreator is restricted in its capabilities and the range of functions it supports. To implement the features that Redstone CG offers today, most of the code had to be locked and manually adjusted — and managing new features this way was becoming increasingly tedious. MCreator also tends to enforce its own mod structure and, in one instance, even deleted a file in an attempt to "fix" something. Things got even more complicated when trying to port the mod to other Minecraft versions — almost every file contained code that only worked with version 1.19.2.

This is where Redstone CG parts ways with MCreator.

While version 0.1.1 doesn’t add many new features, the codebase has undergone a massive overhaul — equivalent to rewriting the entire mod. The code has been updated to support all versions from 1.19 to 1.20.1. Many redundancies were removed, shrinking the mod’s size from 818 KB to 587 KB.

Registry names were updated to fix logical and grammatical issues and to lay the groundwork for future updates. A registry name re-mapper is included, so existing worlds should still load correctly.

Nevertheless, I’m deeply thankful to the developers of MCreator for providing a platform that made mod development approachable and accessible.

Changed:

Registry names:

0.1.0 - Flow Control Update

Introduced Gates:

Updated:

Restructured Documentation.

0.0.1 - Bugfix + Extra

Changed the way how gates update their states by making the gate read the blockstate of the neighboring gate instead of reading the Redstone signal, making Brakeless Gate Loop (RCGB-0) inactive.

Reduced the amount of pin configurations for Redstone to RedCu Converter from 15 down to 12, by removing configurations 6, 9 and 12.

Remade Documentation.

0.0.0 - Welcome!

Introduced the Redstone CG, with blocks:

and items:

Only for Minecraft Forge 1.19.2.