Skip to content

Commit

Permalink
refactor: Move class file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque authored May 23, 2024
1 parent 4898dd2 commit c92a744
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package net.zepalesque.zenith.recipe;
package net.zepalesque.zenith.item;

import net.minecraft.nbt.CompoundTag;
import net.minecraft.world.item.ItemStack;
Expand All @@ -8,6 +8,7 @@
import javax.annotation.Nullable;
import java.util.Optional;

// Will be used for Veridium tools in redux in order to change their infusion value
public interface CustomStackingBehavior {

@Nullable
Expand Down

0 comments on commit c92a744

Please sign in to comment.