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());