mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2025-04-17 06:05:59 +00:00
80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"pools": [
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:slime_ball",
|
|
"weight": 1
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "entity_killed",
|
|
"entity_type": "minecraft:slime"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:ochre_froglight",
|
|
"weight": 1
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "has_variant",
|
|
"value": 0
|
|
},
|
|
{
|
|
"condition": "entity_killed",
|
|
"entity_type": "minecraft:magma_cube"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:verdant_froglight",
|
|
"weight": 1
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "has_variant",
|
|
"value": 1
|
|
},
|
|
{
|
|
"condition": "entity_killed",
|
|
"entity_type": "minecraft:magma_cube"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"rolls": 1,
|
|
"entries": [
|
|
{
|
|
"type": "item",
|
|
"name": "minecraft:pearlescent_froglight",
|
|
"weight": 1
|
|
}
|
|
],
|
|
"conditions": [
|
|
{
|
|
"condition": "has_variant",
|
|
"value": 2
|
|
},
|
|
{
|
|
"condition": "entity_killed",
|
|
"entity_type": "minecraft:magma_cube"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |