32 lines
722 B
JSON
32 lines
722 B
JSON
{
|
|
"type": "minecraft:block",
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "minecraft:item",
|
|
"functions": [
|
|
{
|
|
"function": "minecraft:set_count",
|
|
"conditions": [
|
|
{
|
|
"condition": "minecraft:block_state_property",
|
|
"block": "extcaves:lavastone_slab",
|
|
"properties": {
|
|
"type": "double"
|
|
}
|
|
}
|
|
],
|
|
"count": 2
|
|
},
|
|
{
|
|
"function": "minecraft:explosion_decay"
|
|
}
|
|
],
|
|
"name": "extcaves:lavastone_slab"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |