Files
jgl_sunlit_patch/kubejs/data/farmersdelight/loot_tables/blocks/tomatoes.json
T
2026-07-31 10:34:32 +09:00

64 lines
1.4 KiB
JSON

{
"type": "minecraft:block",
"pools": [
{
"name": "pool1",
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "farmersdelight:tomato"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "farmersdelight:tomatoes",
"properties": {
"age": "3"
}
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 1.0,
"type": "minecraft:uniform"
}
}
]
},
{
"name": "pool3",
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
}
],
"name": "farmersdelight:rotten_tomato"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "farmersdelight:tomatoes",
"properties": {
"age": "3"
}
}
]
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}