Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "translation_key": "block.custom.cabinet",
- "fallback_name": "Cabinet",
- "material": "minecraft:wood",
- "opacity": 15,
- "friction": 1.0,
- "gravity": false,
- "collision_model": "minecraft:block/cube",
- "block_states": [
- "closed",
- "open"
- ],
- "inventory": 18,
- "actions": {
- "right_click": {
- "play_sound": "block.custom.cabinet.open_top",
- "open_inventory": "top",
- "block_state": "open"
- },
- "close_inventory": {
- "block_state": "closed"
- }
- },
- "properties": {}
- }
Advertisement
Add Comment
Please, Sign In to add comment