biglifantasy/elements/WitherDrop.mod.json
weold957 c0b7d604af new
2023-09-07 23:31:36 +08:00

34 lines
738 B
JSON

{
"_fv": 47,
"_type": "loottable",
"definition": {
"type": "Entity",
"pools": [
{
"minrolls": 1,
"maxrolls": 1,
"minbonusrolls": 1,
"maxbonusrolls": 1,
"hasbonusrolls": false,
"entries": [
{
"type": "item",
"item": {
"value": "Items.SKULL#1"
},
"weight": 1,
"minCount": 3,
"maxCount": 3,
"minEnchantmentLevel": 0,
"maxEnchantmentLevel": 0,
"affectedByFortune": false,
"explosionDecay": false,
"silkTouchMode": 0
}
]
}
],
"name": "entities/wither",
"namespace": "minecraft"
}
}