Add radio interaface to loot table

This commit is contained in:
2024-08-24 15:52:36 +02:00
parent 7cea6fbf83
commit af56360fad
2 changed files with 20 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "serverstorage:radio_interface"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}