-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
264 additions
and
0 deletions.
There are no files selected for viewing
76 changes: 76 additions & 0 deletions
76
...n_drop_fix + more mob heads compatibility/data/minecraft/loot_tables/entities/warden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"type": "minecraft:entity", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_shrieker", | ||
"functions": [ | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{display:{Name:\"\\\"Primed Sculk Shrieker\\\"\"},BlockStateTag:{can_summon:\"true\"}}" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:damage_source_properties", | ||
"predicate": { | ||
"direct_entity": { | ||
"equipment": { | ||
"mainhand": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_catalyst" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "item", | ||
"name": "minecraft:player_head", | ||
"weight": 1, | ||
"functions": [ | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{SkullOwner:{Id:[I;-1918074277,941639967,-1247506580,1612784779],Name:\"Warden\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjJmMzg3OWI3MzcxMjc0ODVlYjM1ZGRlZTc0OGQwNmNmOTE0YjE5M2Q5Nzc1M2FlMzRlOTIyMzA4NDI4MzFmYiJ9fX0=\"}]}}}" | ||
} | ||
] | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "killed_by_player" | ||
}, | ||
{ | ||
"condition": "random_chance_with_looting", | ||
"chance": 0.05, | ||
"looting_multiplier": 0.15 | ||
} | ||
] | ||
} | ||
] | ||
} |
76 changes: 76 additions & 0 deletions
76
...n_drop_fix + more mob heads compatibility/data/wardenfix/loot_tables/entities/warden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
{ | ||
"type": "minecraft:entity", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_shrieker", | ||
"functions": [ | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{display:{Name:\"\\\"Primed Sculk Shrieker\\\"\"},BlockStateTag:{can_summon:\"true\"}}" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:damage_source_properties", | ||
"predicate": { | ||
"direct_entity": { | ||
"equipment": { | ||
"mainhand": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_catalyst" | ||
} | ||
] | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "item", | ||
"name": "minecraft:player_head", | ||
"weight": 1, | ||
"functions": [ | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{SkullOwner:{Id:[I;-1918074277,941639967,-1247506580,1612784779],Name:\"Warden\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjJmMzg3OWI3MzcxMjc0ODVlYjM1ZGRlZTc0OGQwNmNmOTE0YjE5M2Q5Nzc1M2FlMzRlOTIyMzA4NDI4MzFmYiJ9fX0=\"}]}}}" | ||
} | ||
] | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "killed_by_player" | ||
}, | ||
{ | ||
"condition": "random_chance_with_looting", | ||
"chance": 0.05, | ||
"looting_multiplier": 0.15 | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 10, | ||
"description": "Warden drops usable Sculk Shriekers" | ||
} | ||
} |
50 changes: 50 additions & 0 deletions
50
warden_drop_fix/data/minecraft/loot_tables/entities/warden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"type": "minecraft:entity", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_shrieker", | ||
"functions": [ | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{display:{Name:\"\\\"Primed Sculk Shrieker\\\"\"},BlockStateTag:{can_summon:\"true\"}}" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:damage_source_properties", | ||
"predicate": { | ||
"direct_entity": { | ||
"equipment": { | ||
"mainhand": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_catalyst" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
50 changes: 50 additions & 0 deletions
50
warden_drop_fix/data/wardenfix/loot_tables/entities/warden.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
{ | ||
"type": "minecraft:entity", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:alternatives", | ||
"children": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_shrieker", | ||
"functions": [ | ||
{ | ||
"function": "set_nbt", | ||
"tag": "{display:{Name:\"\\\"Primed Sculk Shrieker\\\"\"},BlockStateTag:{can_summon:\"true\"}}" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:damage_source_properties", | ||
"predicate": { | ||
"direct_entity": { | ||
"equipment": { | ||
"mainhand": { | ||
"enchantments": [ | ||
{ | ||
"enchantment": "minecraft:silk_touch", | ||
"levels": { | ||
"min": 1 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:sculk_catalyst" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"pack": { | ||
"pack_format": 10, | ||
"description": "Warden drops usable Sculk Shriekers" | ||
} | ||
} |