minecraft-assets/data/minecraft/loot_tables/blocks/attached_pumpkin_stem.json

29 lines
564 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"n": 3,
"p": 0.53333336,
"type": "minecraft:binomial"
}
}
],
"name": "minecraft:pumpkin_seeds"
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}
]
}