neuralgia/kubejs/data/minecraft/loot_tables/blocks/shroomlight.json

35 lines
No EOL
521 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:glowstone_dust"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:brown_mushroom"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}