Jump to content

daddysboy2001

Members
  • Posts

    13
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

daddysboy2001's Achievements

Tree Puncher

Tree Puncher (2/8)

-1

Reputation

  1. now its public static void cobaltOre = new CobaltOre blah blah blah. it works now.
  2. Thanks you i fixed to thanks to none of you. fuck the forge community its full of people who try to murder people who help
  3. Go To the tutorial for the basics it requires that. but it also says you could learn it along the way. so im learning it along the way
  4. i have that but i get the error : Cannot Make a static reference to a non-static field
  5. (new WorldGenMinable(ca.cobaltOre.blockID, 10)).generate(world, rand, randPosX, randPosY, randPosZ); if i under stood you correctly if i didnt im sorry
  6. hey i get this error when i try to call on .blockID of my block Error: Cannot Make a static reference to a non-static field "CobaltBlock.blockID" World Gen Class Main Class Cobalt Ore Class(My Block)
  7. thanks. but one last thing how do i make it only show the ingot not the white ouside
  8. package inventory_Upgrades; import net.minecraft.block.Block; import net.minecraft.client.renderer.texture.IconRegister; import net.minecraft.item.Item; public class CobaltIngot extends Item { public CobaltIngot(int id) { super(id); { @SideOnly(Side.CLIENT) public void registerIcons IconRegister iconRegister; this.itemIcon = iconRegister.registerIcon("inven:CobaltIngot"); } } }
  9. it says "void is an invalid for variable regiserIcons"
  10. Please Help me ive been googling all day and its what they all say im on minecraftforge 1.6.2 and it says void is an invalid for variable registerIcons
×
×
  • Create New...

Important Information

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