diff options
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/purpur_block.json')
-rw-r--r-- | minecrafttrivia/mcdata/recipes/purpur_block.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/purpur_block.json b/minecrafttrivia/mcdata/recipes/purpur_block.json new file mode 100644 index 0000000..1ef4ce0 --- /dev/null +++ b/minecrafttrivia/mcdata/recipes/purpur_block.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "FF", + "FF" + ], + "key": { + "F": { + "item": "minecraft:popped_chorus_fruit" + } + }, + "result": { + "item": "minecraft:purpur_block", + "count": 4 + } +}
\ No newline at end of file |