2
1
Fork 1
mirror of https://github.com/ACGaming/Spackenmobs synced 2024-05-30 01:06:41 +02:00
Spackenmobs/src/main/resources/assets/spackenmobs/loot_tables/entities/holzstammhuhn.json
2022-04-12 13:23:27 +02:00

67 lines
1.4 KiB
JSON

{
"pools": [
{
"name": "holzstammhuhn",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:stick",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 0,
"max": 2
}
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
},
{
"name": "holzstammhuhn",
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:log",
"weight": 1,
"functions": [
{
"function": "set_data",
"data": 0
},
{
"function": "furnace_smelt",
"conditions": [
{
"condition": "entity_properties",
"entity": "this",
"properties": {
"on_fire": true
}
}
]
},
{
"function": "looting_enchant",
"count": {
"min": 0,
"max": 1
}
}
]
}
]
}
]
}