neuralgia/kubejs/data/endermanoverhaul/loot_tables/entities/cave_enderman.json
2025-10-07 01:30:24 +01:00

61 lines
No EOL
1 KiB
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "endermanoverhaul:corrupted_pearl"
},
{
"type": "minecraft:item",
"name": "endermanoverhaul:soul_pearl"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:chorus_fruit"
}
],
"rolls": 2.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "endermanoverhaul:enderman_tooth"
}
],
"rolls": 1.0
}
]
}