mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 22:34:54 +00:00
c9589ad0e7
It's possible to acquire any mob head in vanilla, so it's probably best if we allow any head to be used.
13 lines
313 B
JSON
13 lines
313 B
JSON
{
|
|
"type": "minecraft:crafting_shapeless",
|
|
"ingredients": [
|
|
{ "item": "minecraft:skull", "data": 32767 },
|
|
{ "item": "computercraft:peripheral", "data": 2 }
|
|
],
|
|
"result": {
|
|
"item": "minecraft:skull",
|
|
"data": 3,
|
|
"nbt": { "SkullOwner": "Cloudhunter" }
|
|
}
|
|
}
|