mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-17 06:05:59 +00:00
19 lines
298 B
JSON
19 lines
298 B
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:saddle"
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "killed_by_player"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|