mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-17 01:43:12 +01:00
19 lines
301 B
JSON
19 lines
301 B
JSON
|
{
|
||
|
"type": "minecraft:block",
|
||
|
"pools": [
|
||
|
{
|
||
|
"rolls": 1,
|
||
|
"entries": [
|
||
|
{
|
||
|
"type": "minecraft:item",
|
||
|
"name": "minecraft:air"
|
||
|
}
|
||
|
],
|
||
|
"conditions": [
|
||
|
{
|
||
|
"condition": "minecraft:survives_explosion"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|