Last active
November 1, 2018 09:38
-
-
Save boq/533754fbdfb74fd32b14181b47ef9cf9 to your computer and use it in GitHub Desktop.
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
drop block ~ ~1 ~ insert container.0 replace kill @p | |
tellraw @p {"nbt":"Items[{Slot:0b}].tag.SkullOwner.Name","block":"~ ~1 ~","extra":[": ", {"nbt":"Items[{Slot:0b}].tag.SkullOwner.Id","block":"~ ~1 ~"}]} |
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
{ | |
"type": "minecraft:entity", | |
"pools": [ | |
{ | |
"rolls": 1.0, | |
"entries": [ | |
{ | |
"type": "minecraft:item", | |
"functions": [ | |
{ | |
"function": "minecraft:fill_player_head", | |
"entity": "this" | |
} | |
], | |
"name": "minecraft:player_head" | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment