Clean slate
This commit is contained in:
40
minecraft/config/woot/factory_ingredients.json
Normal file
40
minecraft/config/woot/factory_ingredients.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"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": [ ]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user