diff --git a/src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json b/src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json new file mode 100644 index 000000000..60d0e68f2 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/dps_generator_deployer_crafting.json @@ -0,0 +1,24 @@ +{ + "type": "minecraft:crafting_shaped", + "category": "equipment", + "pattern": [ + "a", + "b", + "c" + ], + "key": { + "a": { + "item": "superbwarfare:target_deployer" + }, + "b": { + "item": "superbwarfare:large_motor" + }, + "c": { + "item": "superbwarfare:charging_station" + } + }, + "result": { + "id": "superbwarfare:dps_generator_deployer", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipe/target_crafting.json b/src/main/resources/data/superbwarfare/recipe/target_deployer_crafting.json similarity index 100% rename from src/main/resources/data/superbwarfare/recipe/target_crafting.json rename to src/main/resources/data/superbwarfare/recipe/target_deployer_crafting.json