From 33f4d47889d544666f611c44a552f4b083b9db6c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 11 Feb 2022 21:19:55 +0100 Subject: [PATCH] changed the pipe recipe to require some copper --- src/main/resources/data/prettypipes/recipes/pipe.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main/resources/data/prettypipes/recipes/pipe.json b/src/main/resources/data/prettypipes/recipes/pipe.json index b889960..4f5c002 100644 --- a/src/main/resources/data/prettypipes/recipes/pipe.json +++ b/src/main/resources/data/prettypipes/recipes/pipe.json @@ -2,7 +2,8 @@ "type": "minecraft:crafting_shaped", "pattern": [ " R ", - "IGI" + "IGI", + " C " ], "key": { "R": { @@ -13,6 +14,9 @@ }, "G": { "tag": "forge:glass" + }, + "C": { + "item": "minecraft:copper_ingot" } }, "result": {