{ "format_version": "1.21.60", "minecraft:block": { "description": { "identifier": "rzb_dcs:su37_green", "menu_category": { "category": "construction" }, "traits": { "minecraft:placement_direction": { "enabled_states": [ "minecraft:cardinal_direction" ] } } }, "components": { "minecraft:geometry": "geometry.rzb_dcs.su37", "minecraft:material_instances": { "*": { "texture": "rzb_dcs_none", "render_method": "alpha_test" }, "rzb_dcs_default": { "texture": "rzb_dcs_potted_bamboo_green", "render_method": "alpha_test" } }, "minecraft:collision_box": { "origin": [ -3, 0, -3 ], "size": [ 6, 13, 6 ] }, "minecraft:selection_box": { "origin": [ -3, 0, -3 ], "size": [ 6, 13, 6 ] }, "minecraft:destructible_by_mining": { "seconds_to_destroy": 0 }, "minecraft:destructible_by_explosion": false, "minecraft:light_dampening": 0, "minecraft:map_color": "#5a8a3a", "minecraft:liquid_detection": { "can_contain_liquid": true, "detection_rules": [ { "liquid_type": "water", "on_liquid_touches": "no_reaction" } ] }, "rzb_dcs:breakblock_particle": {} }, "permutations": [ { "condition": "q.block_state('minecraft:cardinal_direction') == 'north'", "components": { "minecraft:transformation": { "rotation": [ 0, 180, 0 ] } } }, { "condition": "q.block_state('minecraft:cardinal_direction') == 'south'", "components": { "minecraft:transformation": { "rotation": [ 0, 0, 0 ] } } }, { "condition": "q.block_state('minecraft:cardinal_direction') == 'east'", "components": { "minecraft:transformation": { "rotation": [ 0, 90, 0 ] } } }, { "condition": "q.block_state('minecraft:cardinal_direction') == 'west'", "components": { "minecraft:transformation": { "rotation": [ 0, -90, 0 ] } } } ] } }