12 lines
327 B
Java
12 lines
327 B
Java
![]() |
package WayofTime.bloodmagic.alchemyArray;
|
||
|
|
||
|
import net.minecraft.item.ItemStack;
|
||
|
import WayofTime.bloodmagic.api.alchemyCrafting.AlchemyArrayEffectCrafting;
|
||
|
|
||
|
public class CraftingArrayEffectBinding extends AlchemyArrayEffectCrafting{
|
||
|
|
||
|
public CraftingArrayEffectBinding(ItemStack outputStack) {
|
||
|
super(outputStack, 300);
|
||
|
}
|
||
|
}
|