GalaxyDatapack/galaxy/data/minecraft/loot_table/entities/ender_dragon.json

31 lines
672 B
JSON
Raw Permalink Normal View History

2024-07-29 15:58:27 +00:00
{
"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",
2024-08-01 10:32:13 +00:00
"name": "minecraft:dragon_egg"
2024-07-29 15:58:27 +00:00
}
],
"rolls": 1.0
}
]
}