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

34 lines
782 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"bonus_rolls": 0.0,
"entries": [
2020-01-23 16:05:52 +01:00
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"conditions": [
2020-01-23 16:05:52 +01:00
{
"condition": "minecraft:block_state_property",
"block": "naturesaura:ancient_slab",
"properties": {
"type": "double"
}
2020-01-23 16:05:52 +01:00
}
],
"count": 2.0,
"add": false
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "naturesaura:ancient_slab"
2020-01-23 16:05:52 +01:00
}
]
}
]
2020-01-23 16:05:52 +01:00
}