Jump to content

Gamerframed(JavaTownOwner

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Gamerframed(JavaTownOwner's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I Can't find the code any where i am trying to see if any one know it do you?
  2. 1.) 1.8 2.) pickaxe (want to break north, east, sout, west)
  3. I am making a mod and for my pickaxe i would like it to mine a 3x3x3 if you have any ideas or you know the code please help! Here is my current code: [embed=425,349]package com.idtech.item; import com.idtech.BaseMod; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.EntityLiving; import net.minecraft.item.ItemPickaxe; import net.minecraft.item.ItemStack; import net.minecraft.util.BlockPos; import net.minecraft.world.World; public class ItemGelPickaxe extends ItemPickaxe { public static final String name = "GelPickaxe"; protected ItemGelPickaxe() { super(ItemMod.toolMaterialGel); // TODO Auto-generated constructor stub setUnlocalizedName(BaseMod.MODID + "_" + name); this.setCreativeTab(CreativeTabs.tabTools); } } [/embed] Thanks, Charles (Java Town Owner)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.