CC-Tweaked/src/main/resources/data/computercraft/recipes/skull_cloudy.json

12 lines
340 B
JSON

{
"type": "crafting_shapeless",
"ingredients": [
{ "item": "minecraft:wither_skeleton_skull" },
{ "item": "computercraft:monitor_normal" }
],
"result": {
"item": "minecraft:player_head",
"nbt": { "SkullOwner": { "Name": "Cloudhunter", "Id": "6d074736-b1e9-4378-a99b-bd8777821c9c" } }
}
}