Skip to content

Instantly share code, notes, and snippets.

@chimericdream
Last active October 5, 2022 00:30
Show Gist options
  • Save chimericdream/75f2b2fa3332724bfcfb929700ccf26e to your computer and use it in GitHub Desktop.
Save chimericdream/75f2b2fa3332724bfcfb929700ccf26e to your computer and use it in GitHub Desktop.
Husk loot table with Pharaoh head from YUNG's Better Desert Temples
{
"type": "minecraft:entity",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:loot_table",
"name": "reference:entities/husk"
}
]
},
{
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"conditions": [
{
"condition": "killed_by_player"
}
],
"children": [
{
"type": "item",
"name": "minecraft:player_head",
"functions": [
{
"function": "set_nbt",
"tag": "{SkullOwner:{Id:[I;2077364630,2146582607,-1367858599,-232605091],Name:\"Pharaoh\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTM1MGMwNDk5YTY4YmNkOWM3NWIyNWMxOTIzMTQzOWIxMDhkMDI3NTlmNDM1ZTMzZTRhZWU5ZWQxZGQyNDFhMiJ9fX0=\"}]}}}"
}
],
"conditions": [
{
"condition": "entity_properties",
"predicate": {
"equipment": {
"head": {
"nbt": "{SkullOwner:{Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTM1MGMwNDk5YTY4YmNkOWM3NWIyNWMxOTIzMTQzOWIxMDhkMDI3NTlmNDM1ZTMzZTRhZWU5ZWQxZGQyNDFhMiJ9fX0=\"}]}}}"
}
}
},
"entity": "this"
}
]
},
{
"type": "item",
"name": "minecraft:player_head",
"functions": [
{
"function": "set_nbt",
"tag": "{SkullOwner:{Id:[I;-1069986875,-1993847421,-1795916590,-1976443972],Name:\"Husk\",Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzMzODMxOGJjOTFhMzZjZDVhYjZhYTg4NWM5YTRlZTJiZGFjZGFhNWM2NmIyYTk5ZGZiMGE1NjA5ODNmMjQ4MCJ9fX0=\"}]}}}"
}
],
"conditions": [
{
"condition": "inverted",
"term": {
"condition": "entity_properties",
"predicate": {
"equipment": {
"head": {
"nbt": "{SkullOwner:{Properties:{textures:[{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTM1MGMwNDk5YTY4YmNkOWM3NWIyNWMxOTIzMTQzOWIxMDhkMDI3NTlmNDM1ZTMzZTRhZWU5ZWQxZGQyNDFhMiJ9fX0=\"}]}}}"
}
}
},
"entity": "this"
}
},
{
"condition": "random_chance_with_looting",
"chance": 0.06,
"looting_multiplier": 0.01
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment