From c88b88eb1cdf507632f3f468cdc0b3f702987dee Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 5 Dec 2020 14:32:01 +0100 Subject: [PATCH] made the module require quartz --- .../resources/data/prettypipes/recipes/blank_module.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/main/resources/data/prettypipes/recipes/blank_module.json b/src/main/resources/data/prettypipes/recipes/blank_module.json index 47a3fb5..7839ee6 100644 --- a/src/main/resources/data/prettypipes/recipes/blank_module.json +++ b/src/main/resources/data/prettypipes/recipes/blank_module.json @@ -1,9 +1,9 @@ { "type": "minecraft:crafting_shaped", "pattern": [ - " R ", + "QRQ", "SPS", - " R " + "QRQ" ], "key": { "R": { @@ -14,6 +14,9 @@ }, "S": { "item": "minecraft:stone_slab" + }, + "Q": { + "item": "minecraft:quartz" } }, "result": {