Skip to content

Commit

Permalink
Fixed EcoShapedRecipe
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Jan 17, 2021
1 parent 5603890 commit b8a5fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/willfp/eco/util/recipe/EcoShapedRecipe.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package com.willfp.eco.util.recipe;

import com.willfp.eco.common.recipes.parts.EmptyRecipePart;
import com.willfp.eco.common.recipes.parts.RecipePart;
import com.willfp.eco.util.interfaces.Registerable;
import com.willfp.eco.util.internal.PluginDependent;
import com.willfp.eco.util.plugin.AbstractEcoPlugin;
import com.willfp.eco.util.recipe.parts.EmptyRecipePart;
import com.willfp.eco.util.recipe.parts.RecipePart;
import lombok.Getter;
import org.bukkit.Material;
import org.bukkit.inventory.ItemStack;
Expand Down

0 comments on commit b8a5fe0

Please sign in to comment.