NaturesAura/src/generated/resources/data/naturesaura/loot_tables/blocks/ancient_slab.json

32 lines
1 KiB
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
2021-01-14 23:15:02 +01:00
"type": "minecraft:block",
"pools": [
2020-01-23 16:05:52 +01:00
{
2021-01-14 23:15:02 +01:00
"rolls": 1,
"entries": [
2020-01-23 16:05:52 +01:00
{
2021-01-14 23:15:02 +01:00
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "naturesaura:ancient_slab",
"properties": {
"type": "double"
}
}
],
"count": 2
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "naturesaura:ancient_slab"
2020-01-23 16:05:52 +01:00
}
2021-01-14 23:15:02 +01:00
]
2020-01-23 16:05:52 +01:00
}
2021-01-14 23:15:02 +01:00
]
2020-01-23 16:05:52 +01:00
}