minecraft-assets/data/minecraft/loot_tables/blocks/quartz_slab.json

35 lines
829 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
{
"block": "minecraft:quartz_slab",
"condition": "minecraft:block_state_property",
"properties": {
"type": "double"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "minecraft:quartz_slab"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/quartz_slab"
}