Skip to content

Commit

Permalink
fix: Fix compile error on Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Oct 29, 2024
1 parent f9af830 commit 7b8847a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
import net.minecraft.world.item.crafting.CraftingRecipe;
import net.minecraft.world.item.crafting.RecipeHolder;
import net.minecraft.world.item.crafting.RecipeType;
import org.jetbrains.annotations.Nullable;

import javax.annotation.Nullable;
import java.util.List;

public abstract class CustomCraftingMenu extends AbstractCraftingMenu {
Expand Down

0 comments on commit 7b8847a

Please sign in to comment.