1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-15 16:24:35 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/skull_dan200.json

13 lines
302 B
JSON
Raw Normal View History

{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{ "item": "minecraft:skull", "data": 1 },
{ "item": "computercraft:computer", "data": 0 }
],
"result": {
"item": "minecraft:skull",
"data": 3,
"nbt": { "SkullOwner": "dan200" }
}
}