Overloaded Compressed Blocks Mod 1.16.4/1.15.2 permits creation of compressed blocks for any additional block (that includes additional mod’s blocks) with a relatively simple JSON config. In that config, you just need to mention the source name to the foundation.
It will generate recipes to the 3×3 compression and un-compression for every block (which could be disabled in the config entry).
This was part of Overloaded for 1.12 and has been split out.
Overloaded Compressed Blocks Mod 1.16.4/1.15.2 – Compressed Everything

- Minecraft 1.14.4 Mods
- Minecraft 1.15.2 Mods
- Minecraft 1.16.1 Mods
- Minecraft 1.16.3 Mods
- Minecraft 1.16.4 Mods
Features:
Eample Config Entries:
[ { "baseRegistryName": "minecraft:cobblestone", "compressedPathRegistryName": "compressed_cobblestone", "texturePath": "minecraft:textures/blocks/cobblestone.png", "depth": 16, "hardnessMultiplier": 9.0, "recipeEnabled": true }, { "baseRegistryName": "minecraft:.*_log" } ]
Only required field is baseRegistryName (which allows Regex). Rest are optional with the same defaults as shown above. Texture will default to {namespace}:textures/blocks/{path}.png
.
Warnings:
Client-Server Syncing:
The config needs to be kept in sync between the client and server. If they are out of sync issues will occur.
Texture Sheet Size:
Since this generates dynamic textures for many blocks there is the possibility of filling out the entire texture space. The amount of texture space you have depends on your graphics card. If you get a TextureStich exception while loading you have run out of space. To alleviate this there is a config entry for max texture size.
Screenshots:












Requires:
How to install:
- Make sure you have already installed Minecraft Forge.
- Locate the minecraft application folder.
- On windows open Run from the start menu, type %appdata% and click Run.
- On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
- Place the mod you have just downloaded (.jar file) into the Mods folder.
- When you launch Minecraft and click the mods button you should now see the mod is installed.
Download Links:
Comments
- There are no comments yet. But yours could become the first one!