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" + } +}