Files
gunpowder-cocktail-client/minecraft/config/woot/factory_ingredients.json
2025-11-08 17:53:47 +02:00

40 lines
708 B
JSON

{
"version": 1,
"ingredients": [
{
"mobName": "minecraft:wither",
"items": [
{
"item": "minecraft:soul_sand",
"count": 4
},
{
"item": "minecraft:skull",
"data": 1,
"count": 3
}
],
"fluids": []
},
{
"mobName": "minecraft:ender_dragon",
"items": [
{
"item": "minecraft:end_crystal",
"count": 4
}
],
"fluids": []
},
{
"mobName": "draconicevolution:chaosguardian",
"items": [
{
"item": "draconicevolution:awakened_core",
"count": 1
}
],
"fluids": [ ]
}
]
}