neuralgia/kubejs/data/minecraft/loot_tables/entities/enderman.json
2025-04-21 12:47:38 +01:00

65 lines
No EOL
1.2 KiB
JSON

{
"type": "minecraft:entity",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"enchantment": "minecraft:looting",
"function": "minecraft:looting_enchant"
}
],
"name": "ae2:ender_dust"
}
]
},
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 2.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 2.0
},
"enchantment": "minecraft:looting",
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:chorus_fruit"
}
]
}
]
}