create-the-brass-oncerto/kubejs/data/minecraft/loot_tables/entities/ender_dragon.json

35 lines
798 B
JSON
Raw Normal View History

2025-04-11 17:07:29 +08:00
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 3.0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:looting_enchant"
}
],
"name": "kubejs:phantom_fungus"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:entities/ender_dragon"
}