From 58beeaf81cf0caf25f9a623efb51790d7e8ab95c Mon Sep 17 00:00:00 2001 From: Jay Turner Date: Tue, 23 Apr 2024 19:09:43 +0100 Subject: [PATCH] Create black_packed_silt.json --- .../data/twigs/recipes/black_packed_silt.json | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main/resources/data/twigs/recipes/black_packed_silt.json diff --git a/src/main/resources/data/twigs/recipes/black_packed_silt.json b/src/main/resources/data/twigs/recipes/black_packed_silt.json new file mode 100644 index 00000000..14c9179e --- /dev/null +++ b/src/main/resources/data/twigs/recipes/black_packed_silt.json @@ -0,0 +1,21 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "stained_terracotta", + "key": { + "#": { + "item": "twigs:packed_silt" + }, + "X": { + "item": "minecraft:black_dye" + } + }, + "pattern": [ + "###", + "#X#", + "###" + ], + "result": { + "count": 8, + "item": "twigs:black_packed_silt" + } +}