aboutsummaryrefslogtreecommitdiff
path: root/data/minecraft/loot_tables/entities/husk.json
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2021-07-24 16:59:58 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2021-07-24 16:59:58 +0800
commit77f0e689f84a601f5da4aaf2308bccf74a531346 (patch)
tree8154832f6c4ac0d071a771657c4a67c6a024f398 /data/minecraft/loot_tables/entities/husk.json
downloadbktmc-skyblock-77f0e689f84a601f5da4aaf2308bccf74a531346.tar.xz
Initial public release (minecraft 1.17.1).
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
+ }
+ ]
+ }
+ ]
+}