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

35 lines
838 B
JSON
Raw Normal View History

2020-01-23 16:05:52 +01:00
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
2020-01-23 16:05:52 +01:00
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
2020-01-23 16:05:52 +01:00
{
"block": "naturesaura:infused_slab",
"condition": "minecraft:block_state_property",
"properties": {
"type": "double"
}
2020-01-23 16:05:52 +01:00
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "naturesaura:infused_slab"
2020-01-23 16:05:52 +01:00
}
],
"rolls": 1.0
}
2023-07-24 17:56:29 +02:00
],
"random_sequence": "naturesaura:blocks/infused_slab"
2020-01-23 16:05:52 +01:00
}