From 87c5cf05bdc5b2a81c1305286980a015efd66f41 Mon Sep 17 00:00:00 2001 From: MrCrayfish Date: Tue, 25 May 2021 21:05:38 +0930 Subject: [PATCH] =?UTF-8?q?Woops=20=F0=9F=99=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/mrcrayfish/furniture/datagen/RecipeGen.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/mrcrayfish/furniture/datagen/RecipeGen.java b/src/main/java/com/mrcrayfish/furniture/datagen/RecipeGen.java index 78652c104..1d85c17fa 100644 --- a/src/main/java/com/mrcrayfish/furniture/datagen/RecipeGen.java +++ b/src/main/java/com/mrcrayfish/furniture/datagen/RecipeGen.java @@ -841,7 +841,6 @@ private static void hedge(Consumer recipeConsumer, IItemProvide private static void trampoline(Consumer recipeConsumer, String key, ItemStack trampoline, DyeColor color, IItemProvider wool) { - ConditionalRecipe.builder().addRecipe() CompoundNBT tag = new CompoundNBT(); CompoundNBT blockEntityTag = new CompoundNBT(); blockEntityTag.putInt("Color", color.getId());