diff --git a/src/main/resources/data/superbwarfare/recipe/artillery_indicator.json b/src/main/resources/data/superbwarfare/recipe/artillery_indicator.json new file mode 100644 index 000000000..52405a219 --- /dev/null +++ b/src/main/resources/data/superbwarfare/recipe/artillery_indicator.json @@ -0,0 +1,13 @@ +{ + "type": "minecraft:crafting_shapeless", + "category": "misc", + "ingredients": [ + { + "item": "superbwarfare:artillery_indicator" + } + ], + "result": { + "id": "superbwarfare:artillery_indicator", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json b/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json index 4b746f2d6..ab7bfb9d4 100644 --- a/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json +++ b/src/main/resources/data/superbwarfare/recipe/artillery_indicator_crafting.json @@ -2,7 +2,8 @@ "type": "minecraft:crafting_shaped", "category": "misc", "pattern": [ - "aba" + " b ", + "aca" ], "key": { "a": { @@ -10,6 +11,9 @@ }, "b": { "item": "superbwarfare:monitor" + }, + "c": { + "item": "superbwarfare:firing_parameters" } }, "result": {