Skip to content

Latest commit

 

History

History
executable file
·
27 lines (20 loc) · 1.97 KB

readme.md

File metadata and controls

executable file
·
27 lines (20 loc) · 1.97 KB

Logo

| Discord | Wiki | CurseForge | Releases | Code | Issues | Pull Requests | Patreon |

Minecraft mod:

Chisels and Bits is a Minecraft Mod which allows you to cut up the large blocks that make up your world, and place the little cuts back down. In any way you like.

You want smoother stairs? Go for it. You want better looking roofs? Or Pillars? It is all possible now.

You can make entirely new looking and feeling blocks by mixing and matching the bits of different already existing blocks.

Compatibility:

Vanilla:

By default, all solid, simple, full cube blocks, like logs, planks, ores, storage blocks (diamond, emerald, iron etc) are supported. Additionally, some specific blocks are curated by hand, this is especially done for all glass blocks.

Mod:

The scan for compatible blocks automatically also detects all mod blocks which are compatible. If a mod maker wants to control the selection procedure for his or her blocks, he can do so, by adding them to either one of two tags:

  • chiselsandbits:chiselable/forced to force the block to be chiselable (handy for glass like blocks)
  • chiselsandbits:chiselable/blocked to prevent a block that is normally chiselable to be chiseled.

Cross Platform Compatibility:

This mod uses Scena to run common code on both forge and fabric. This means that the mod is compatible with both forge and fabric, and that the code is shared between both platforms via the core subproject.