Update to 1.21

This commit is contained in:
Len
2024-08-01 12:32:13 +02:00
parent a552a4ed9c
commit 3cac38c7c1
5 changed files with 10 additions and 6 deletions
@@ -0,0 +1,30 @@
{
"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:dragon_egg"
}
],
"rolls": 1.0
}
]
}