HomeJavaModsblocky13
blocky13
ModsJava

blocky13

by giamat13 · on Modrinth

Minecraft 26.1.2 Fabric mod. 150 blocks (slabs, stairs, fences, doors, chains, bars). Data-driven, Python-generated.

⬇ Download on Modrinth
blocky13 — screenshot 1

Blocky13

A Minecraft Fabric mod that adds decorative and functional block variants for Minecraft 26.1+.

Features

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:

Redstone-Powered Variants

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.

Requirements

Building

Use Gradle to build the mod:

./gradlew build

The compiled JAR will be in build/libs/.

Installation

Place the compiled JAR file in your Minecraft mods folder:

Development

The mod is structured as a standard Fabric mod project with:

Key Files

Adding New Blocks

To add a new base material variant set:

  1. Add the material to the BASES array in ModBlocks.java with its ID and a vanilla block to copy properties from
  2. The registration system automatically generates all 10 variants
  3. Specify if the variant should appear in the Redstone Blocks tab via the registerSlab/registerStairs/etc. calls

License

This project is licensed under CC0-1.0 — you are free to use, modify, and distribute it.

Contributing

Contributions are welcome! Feel free to open issues or pull requests for improvements, new block variants, or bug fixes.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more