1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-07-07 12:24:27 +00:00
CC-Tweaked/src/main/resources/assets/computercraft/recipes/skull_dan200.json
SquidDev 08099f08f2 Initial update to 1.12
- Convert most recipes to JSON
 - Add JSON factories for impostor and turtle recipes.
 - Several mappings changes
 - Migrate to Forge's new registry system
2017-07-25 21:10:47 +01:00

13 lines
302 B
JSON

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