1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-16 22:15:51 +00:00
Files
bedrock-samples/behavior_pack/loot_tables/entities/copper_golem_shear.json
Mike Ammerlaan f653a0493b v1.21.110.2
2025-09-30 08:49:54 -07:00

14 lines
258 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:poppy",
"weight": 1
}
]
}
]
}