You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

122 lines
2.1 KiB
JSON

{
"format_version": "1.21.60",
"minecraft:block": {
"description": {
"identifier": "rzb_dcs:su37_yellow",
"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_yellow",
"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": "#b9a94a",
"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
]
}
}
}
]
}
}