GalaxyDatapack/data/minecraft/loot_tables/entities/ender_dragon.json
2024-07-29 17:58:27 +02:00

31 lines
668 B
JSON
Executable File

{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"condition": "minecraft:random_chance_with_enchanted_bonus",
"enchanted_chance": {
"type": "minecraft:linear",
"base": 0.035,
"per_level_above_first": 0.001
},
"enchantment": "minecraft:looting",
"unenchanted_chance": 0.0025
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:0.0025"
}
],
"rolls": 1.0
}
]
}