diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/respawn_anchor.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/respawn_anchor.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/respawn_anchor.json b/minecrafttrivia/mcdata/recipes/respawn_anchor.json new file mode 100644 index 0000000..6ba2caf --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/respawn_anchor.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "OOO", + "GGG", + "OOO" + ], + "key": { + "O": { + "item": "minecraft:crying_obsidian" + }, + "G": { + "item": "minecraft:glowstone" + } + }, + "result": { + "item": "minecraft:respawn_anchor" + } +}
\ No newline at end of file |