Guest User

data/custom/blocks/cabinet.json

a guest
Jul 11th, 2021
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.60 KB | None | 0 0
  1. {
  2.     "translation_key": "block.custom.cabinet",
  3.     "fallback_name": "Cabinet",
  4.     "material": "minecraft:wood",
  5.     "opacity": 15,
  6.     "friction": 1.0,
  7.     "gravity": false,
  8.     "collision_model": "minecraft:block/cube",
  9.     "block_states": [
  10.         "closed",
  11.         "open"
  12.     ],
  13.     "inventory": 18,
  14.     "actions": {
  15.         "right_click": {
  16.             "play_sound": "block.custom.cabinet.open_top",
  17.             "open_inventory": "top",
  18.             "block_state": "open"
  19.         },
  20.         "close_inventory": {
  21.             "block_state": "closed"
  22.         }
  23.     },
  24.     "properties": {}
  25. }
Advertisement
Add Comment
Please, Sign In to add comment