Skip to content

Commit

Permalink
Woops 🙃
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCrayfish committed May 25, 2021
1 parent 5b7a6e5 commit 87c5cf0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,6 @@ private static void hedge(Consumer<IFinishedRecipe> recipeConsumer, IItemProvide

private static void trampoline(Consumer<IFinishedRecipe> 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());
Expand Down

0 comments on commit 87c5cf0

Please sign in to comment.