neuralgia/kubejs/data/endermanoverhaul/loot_tables/entities/nether_wastes_enderman.json
2025-12-25 11:19:33 +00:00

74 lines
No EOL
1.3 KiB
JSON

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "ae2:ender_dust"
},
{
"type": "minecraft:item",
"name": "endermanoverhaul:summoner_pearl"
},
{
"type": "minecraft:item",
"name": "species:wicked_swapper"
}
],
"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": "tfc:ore/normal_native_gold"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "tfc:ore/normal_magnetite"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "tfc:ore/normal_native_copper"
}
],
"rolls": 1.0
}
]
}