1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs[dw]/data/extcaves/loot_tables/blocks/polished_lavastone.json

19 lines
317 B
JSON
Raw Permalink Normal View History

2021-02-06 11:01:02 +00:00
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "extcaves:polished_lavastone"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}