summaryrefslogtreecommitdiff
path: root/src/main/resources/data
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/data')
-rw-r--r--src/main/resources/data/morbing/recipes/morbarrow.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/main/resources/data/morbing/recipes/morbarrow.json b/src/main/resources/data/morbing/recipes/morbarrow.json
new file mode 100644
index 0000000..8e44539
--- /dev/null
+++ b/src/main/resources/data/morbing/recipes/morbarrow.json
@@ -0,0 +1,20 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ " I ",
+ " G ",
+ " G "
+ ],
+ "key": {
+ "I": {
+ "item": "minecraft:iron_ingot"
+ },
+ "G": {
+ "tag": "c:glass_blocks"
+ }
+ },
+ "result": {
+ "item": "morbing:morbarrow",
+ "count": 16
+ }
+}