Added filled belljars to the creative tab

This commit is contained in:
WayofTime 2014-11-02 14:41:52 -05:00
parent e7657f7429
commit d1fa088923
4 changed files with 65 additions and 15 deletions

View file

@ -1,16 +1,16 @@
package WayofTime.alchemicalWizardry.common.items;
import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
import WayofTime.alchemicalWizardry.common.tileEntity.TEAltar;
import com.arc.bloodarsenal.BloodArsenal;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
import net.minecraftforge.common.util.FakePlayer;
import WayofTime.alchemicalWizardry.AlchemicalWizardry;
import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
import WayofTime.alchemicalWizardry.common.tileEntity.TEAltar;
public classCreativeDagger extends Item
public class CreativeDagger extends Item
{
public CreativeDagger()
{
@ -103,3 +103,4 @@ public classCreativeDagger extends Item
return null;
}
}