fix #2346 - Change head recipes from tag -> nbt to actually fetch skin
This commit is contained in:
parent
c99c1ed09f
commit
46eaa22eb5
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
||||||
{
|
{
|
||||||
"item": "minecraft:player_head",
|
"item": "minecraft:player_head",
|
||||||
"count": 3,
|
"count": 3,
|
||||||
"tag": {
|
"nbt": {
|
||||||
"SkullOwner": "modmuss50"
|
"SkullOwner": "modmuss50"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{
|
{
|
||||||
"item": "minecraft:player_head",
|
"item": "minecraft:player_head",
|
||||||
"count": 3,
|
"count": 3,
|
||||||
"tag": {
|
"nbt": {
|
||||||
"SkullOwner": "Gigabit101"
|
"SkullOwner": "Gigabit101"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{
|
{
|
||||||
"item": "minecraft:player_head",
|
"item": "minecraft:player_head",
|
||||||
"count": 3,
|
"count": 3,
|
||||||
"tag": {
|
"nbt": {
|
||||||
"SkullOwner": "ProfProspector"
|
"SkullOwner": "ProfProspector"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
{
|
{
|
||||||
"item": "minecraft:player_head",
|
"item": "minecraft:player_head",
|
||||||
"count": 3,
|
"count": 3,
|
||||||
"tag": {
|
"nbt": {
|
||||||
"SkullOwner": "Rushmead"
|
"SkullOwner": "Rushmead"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue