diff options
| author | nea <romangraef@gmail.com> | 2022-06-06 17:30:02 +0200 |
|---|---|---|
| committer | nea <romangraef@gmail.com> | 2022-06-06 17:30:14 +0200 |
| commit | bedfa3b4d0507e0de4beb522285a18ecef80ea2a (patch) | |
| tree | baad8e208aaf56648a9b317cbdbd18e838758dee /src/main/resources/data/morbing | |
| parent | 8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7 (diff) | |
| download | morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.gz morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.tar.bz2 morbingtime-bedfa3b4d0507e0de4beb522285a18ecef80ea2a.zip | |
More morbing
Diffstat (limited to 'src/main/resources/data/morbing')
| -rw-r--r-- | src/main/resources/data/morbing/recipes/morbarrow.json | 20 |
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 + } +} |
