File Details
CustomBlocks-1.4.0-1.16.5.jar
- B
- Oct 6, 2021
- 523.59 KB
- 176
- 1.16.5
- Fabric
File Name
CustomBlocks-1.4.0-1.16.5.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
v1.4.0 - 1.16.5 - 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

