promotional bannermobile promotional banner

Custom Blocks Mod

Make your own custom blocks in game!

File Details

CustomBlocks-1.0.1.jar

  • B
  • May 24, 2021
  • 402.85 KB
  • 335
  • 1.16.5
  • Fabric

File Name

CustomBlocks-1.0.1.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Fabric

modImplementation "curse.maven:custom-blocks-mod-482039:3323364"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Added new experimental features:

  • drops (an array of JSON objects containing an "id" field (contains the namespaced id of an item like "minecraft:stone", "wooden_hoe" or "custom_block_namespace:custom_block_id"), a "count" field the amount of an item in the stack (optional)). defaults: this block)
  • custom_model (an override to the block and item models, and the blockstate file. each of those are a JSON object that are the file. Use this as an example: this. incompatible with base and will override it)
  • shape (an array of JSON objects containing fields for min_x, min_y, min_z, max_z, max_y, max_z. default: 0, 0, 0, 16, 16, 16. Use this as an example: this. incompatible with base and will be overriden)