mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-15 22:34:54 +00:00
08099f08f2
- Convert most recipes to JSON - Add JSON factories for impostor and turtle recipes. - Several mappings changes - Migrate to Forge's new registry system
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"type": "minecraft:crafting_shaped",
|
|
"pattern": [
|
|
"###",
|
|
"#R#",
|
|
"#G#"
|
|
],
|
|
"key": {
|
|
"#": { "item": "minecraft:gold_ingot" },
|
|
"R": { "item": "minecraft:redstone" },
|
|
"G": { "item": "minecraft:glass_pane" }
|
|
},
|
|
"result": { "item": "computercraft:computer", "data": 16384 }
|
|
}
|