A Minecraft Fabric mod that adds decorative and functional block variants for Minecraft 26.1+.
Blocky13 expands the building possibilities in Minecraft by creating a comprehensive set of variants for base materials. For each of 15 different base blocks (dirt, iron block, coal block, copper block, gold block, redstone block, emerald block, lapis block, diamond block, netherite block, raw iron block, raw copper block, raw gold block, quartz block, and amethyst block), the mod generates:
All blocks made from redstone block material have special powered variants that emit a constant redstone signal (strength 15), making them useful for redstone contraptions and automation. These blocks appear in both the Building Blocks and Redstone Blocks creative tabs.
Use Gradle to build the mod:
./gradlew build
The compiled JAR will be in build/libs/.
Place the compiled JAR file in your Minecraft mods folder:
%APPDATA%/.minecraft/mods/~/.minecraft/mods/The mod is structured as a standard Fabric mod project with:
src/main/java/com/blocky13/src/client/java/com/blocky13/client/src/main/resources/assets/blocky13/src/main/resources/data/blocky13/ModBlocks.java — Block registration and factory methodsBlocky13.java — Mod entrypointblocky13.mixins.json — Mixin configurationTo add a new base material variant set:
BASES array in ModBlocks.java with its ID and a vanilla block to copy properties fromregisterSlab/registerStairs/etc. callsThis project is licensed under CC0-1.0 — you are free to use, modify, and distribute it.
Contributions are welcome! Feel free to open issues or pull requests for improvements, new block variants, or bug fixes.