fix #2346 - Change head recipes from tag -> nbt to actually fetch skin

This commit is contained in:
Justin Vitale 2021-02-18 00:27:19 +11:00
parent c99c1ed09f
commit 46eaa22eb5
4 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
{ {
"item": "minecraft:player_head", "item": "minecraft:player_head",
"count": 3, "count": 3,
"tag": { "nbt": {
"SkullOwner": "modmuss50" "SkullOwner": "modmuss50"
} }
} }

View file

@ -10,7 +10,7 @@
{ {
"item": "minecraft:player_head", "item": "minecraft:player_head",
"count": 3, "count": 3,
"tag": { "nbt": {
"SkullOwner": "Gigabit101" "SkullOwner": "Gigabit101"
} }
} }

View file

@ -10,7 +10,7 @@
{ {
"item": "minecraft:player_head", "item": "minecraft:player_head",
"count": 3, "count": 3,
"tag": { "nbt": {
"SkullOwner": "ProfProspector" "SkullOwner": "ProfProspector"
} }
} }

View file

@ -10,7 +10,7 @@
{ {
"item": "minecraft:player_head", "item": "minecraft:player_head",
"count": 3, "count": 3,
"tag": { "nbt": {
"SkullOwner": "Rushmead" "SkullOwner": "Rushmead"
} }
} }