Skip to content

Commit

Permalink
Fix incorrect ender tear loot table
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Aug 6, 2024
1 parent 92f2f2c commit 251c4cd
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
"condition": "killed_by_player"
},
{
"condition": "random_chance_with_looting",
"chance": 0.1,
"looting_multiplier": 0.3
"condition": "minecraft:random_chance_with_enchanted_bonus",
"enchanted_chance": {
"type": "minecraft:linear",
"base": 0.13,
"per_level_above_first": 0.02
},
"enchantment": "minecraft:looting",
"unenchanted_chance": 0.1
}
],
"item": { "id": "evilcraft:ender_tear", "Count": 1 },
Expand Down

0 comments on commit 251c4cd

Please sign in to comment.