Paste #62296: Custom Blocks Example Items

Date: 2019/11/24 08:27:35 UTC-08:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


custom_blocks_test_item:
  type: item
  material: sponge
  display name: <&a>Custom Block
  is_custom_block: true


custom_blocks_test_item_with_drops:
  type: item
  material: sponge
  display name: <&a>Custom Block + drop
  lore:
  - "<&e>Will drop Diamond Sword on break"
  is_custom_block: true
  custom_block_drop: diamond_sword