promotional bannermobile promotional banner

Custom Blocks Mod

Make your own custom blocks in game!

File Details

CustomBlocks-1.4.0-21w39a.jar

  • B
  • Oct 6, 2021
  • 560.96 KB
  • 115
  • 1.18-Snapshot
  • Fabric

File Name

CustomBlocks-1.4.0-21w39a.jar

Supported Versions

  • 1.18-Snapshot

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

v1.4.0 - 21w39a - Fabric

 

  • Added experimental block/item events 

- current events:

- block:

"on_use", "on_added", "on_tick", "on_entity_collision", "on_broken", "on_entity_land", "on_broken_by_player", "on_exploded", "on_entity_stepped"

- item:

"on_craft", "on_destroyed", "on_stopped_using", "on_inventory_rick", "on_usage_tick", "on_mine_block", "on_hit"

  • Added experimental global events
  • Added "lever" block base
  • Added loot table support for block drops

 - If the property "drops" is a string, it will instead pull from the specified loot table.

  • Added experimental random ticking support for blocks using the "randomly_ticks" boolean property
  • Added a "Single Texture" toggle in the block Gui
  • Added support for Bedrock Edition block JSONs to be added
  • Item lore is now a array of objects or strings. Objects will be used as raw JSON text and strings will be used as plain text. Each value in the array is a new line.
  • [Bugfix] Invalid JSON files no longer crash the game