This commit is contained in:
Pyritie 2025-10-05 14:29:54 +01:00
parent 468d1d0e01
commit 6b7d743ea2

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "firmaciv:cannon"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}