aboutsummaryrefslogtreecommitdiff
path: root/data/minecraft/loot_tables/entities/husk.json
diff options
context:
space:
mode:
Diffstat (limited to 'data/minecraft/loot_tables/entities/husk.json')
-rw-r--r--data/minecraft/loot_tables/entities/husk.json54
1 files changed, 54 insertions, 0 deletions
diff --git a/data/minecraft/loot_tables/entities/husk.json b/data/minecraft/loot_tables/entities/husk.json
new file mode 100644
index 0000000..bb6d7e8
--- /dev/null
+++ b/data/minecraft/loot_tables/entities/husk.json
@@ -0,0 +1,54 @@
+{
+ "type": "minecraft:entity",
+ "pools": [
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "functions": [
+ {
+ "function": "minecraft:set_count",
+ "count": {
+ "min": 0.0,
+ "max": 2.0,
+ "type": "minecraft:uniform"
+ }
+ },
+ {
+ "function": "minecraft:looting_enchant",
+ "count": {
+ "min": 0.0,
+ "max": 1.0
+ }
+ }
+ ],
+ "name": "minecraft:sand"
+ }
+ ]
+ },
+ {
+ "rolls": 1,
+ "entries": [
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:iron_ingot"
+ },
+ {
+ "type": "minecraft:item",
+ "name": "minecraft:dead_bush"
+ }
+ ],
+ "conditions": [
+ {
+ "condition": "minecraft:killed_by_player"
+ },
+ {
+ "condition": "minecraft:random_chance_with_looting",
+ "chance": 0.025,
+ "looting_multiplier": 0.01
+ }
+ ]
+ }
+ ]
+}