diff --git a/src/main/resources/data/nec/recipe/even_thicker_end_rod.json b/src/main/resources/data/nec/recipe/even_thicker_end_rod.json new file mode 100644 index 0000000..f112163 --- /dev/null +++ b/src/main/resources/data/nec/recipe/even_thicker_end_rod.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "EEE" + ], + "key": { + "E": { + "item": "nec:thicker_end_rod" + } + }, + "result": { + "id": "nec:even_thicker_end_rod", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/nec/recipe/thick_end_rod.json b/src/main/resources/data/nec/recipe/thick_end_rod.json new file mode 100644 index 0000000..abf0f7f --- /dev/null +++ b/src/main/resources/data/nec/recipe/thick_end_rod.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "EEE" + ], + "key": { + "E": { + "item": "minecraft:end_rod" + } + }, + "result": { + "id": "nec:thick_end_rod", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/nec/recipe/thicker_end_rod.json b/src/main/resources/data/nec/recipe/thicker_end_rod.json new file mode 100644 index 0000000..fd2d521 --- /dev/null +++ b/src/main/resources/data/nec/recipe/thicker_end_rod.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "EEE" + ], + "key": { + "E": { + "item": "nec:thick_end_rod" + } + }, + "result": { + "id": "nec:thicker_end_rod", + "count": 2 + } +} \ No newline at end of file