mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 14:24:55 +00:00
86569533e9
- Normalise all line endings to be LF rather than CLRF - Trim all trailing whitespace - Remove any tabs
13 lines
311 B
JSON
13 lines
311 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" }
|
|
}
|
|
}
|