CreateTagsFix
Fixing Block Compatibility with Create Mechanisms
This mod solves the problem of interaction between various blocks and mechanisms from the Create mod. The solution involves adding special tags to modded and some vanilla blocks, allowing them to work correctly on moving contraptions.
A complete list of supported tags can be found in the project repository on GitHub in the createccfix/data/create/tags/blocks/ folder. Each file corresponds to a specific type of tags.
Supported Blocks
The mod includes fixes for the following blocks:
- Candle holders from the Supplementaries mod
- Modems from ComputerCraft (fixed in version cc:tweaked 1.110.2)
- Vanilla moss carpets (fixed in Create patch H)
- Vanilla banners (fixed in Create patch H)
- Vanilla cakes (fixed in Create patch H)
Most of these issues have already been resolved in development versions of the respective mods, except for Supplementaries, where developers have not yet responded to requests. In versions 4.0 and above, fixed blocks have been removed from the datapack.
Usage Recommendations
If the mod is available for your Minecraft version, it is recommended to use it instead of the datapack. The datapack requires installation in the datapacks folder for each world separately, which can be inconvenient when frequently switching worlds.
The original fix idea was suggested in a GitHub discussion, and since then the project has expanded to add tags to all blocks requiring compatibility with Create.