summaryrefslogtreecommitdiff
path: root/src/main/resources/data
diff options
context:
space:
mode:
authornea <romangraef@gmail.com>2022-06-06 17:30:02 +0200
committernea <romangraef@gmail.com>2022-06-06 17:30:14 +0200
commitbedfa3b4d0507e0de4beb522285a18ecef80ea2a (patch)
treebaad8e208aaf56648a9b317cbdbd18e838758dee /src/main/resources/data
parent8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7 (diff)
downloadmorbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.gz
morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.bz2
morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.zip
More morbing
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
+ }
+}