diff --git a/src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json b/src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json new file mode 100644 index 000000000..a1f030a8a --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipes/ancient_cpu_copy_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "misc", + "pattern": [ + "dad", + "afa", + "dad" + ], + "key": { + "a": { + "item": "minecraft:netherite_scrap" + }, + "d": { + "item": "minecraft:diamond" + }, + "f": { + "item": "superbwarfare:ancient_cpu" + } + }, + "result": { + "item": "superbwarfare:ancient_cpu", + "count": 2 + } +} \ No newline at end of file