Ever wanted your favourite missing texture as a block? Then this mod is a perfect one for you! It adds bricks with the theme of the missing block texture. They are available as blocks, slabs, stairs and walls.
Requirements:
- Minecraft 1.16.5
- Fabric Loader
- Fabric API as a mod dependency
The bricks can be crafted using black and magenta concrete:
These bricks can be further crafted into slabs, stairs and walls just using the usual patterns, or via the stonecutter.
- Code by ShadewEnder
- Texture by paulevsGitch
If, for some weird reason, you need this mod in your development environment, you can grab it from my maven:
repositories {
maven { url "https://maven.shadew.net/" }
}
dependencies {
modImplementation "net.shadew:missing:1.0"
}