Files
ATM8/minecraft/kubejs/data/allthetweaks/loot_tables/blocks/trophy_atm.json
2023-12-18 20:22:40 +00:00

16 lines
275 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"name": "pool1",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "allthetweaks:trophy_atm"
}
]
}
]
}