Jump to content

tdawlings

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

tdawlings's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. ok, thanks. Sorry for asking so many questions in such a short amount of time
  2. Sorry if this is obvious, I'm just getting started in modding, but I'm getting this error when running my mod. I'm almost certain that this is my fault, but I can't figure out why it's saying this.
  3. Ok, I'll try redoing it with the instructions on the wiki
  4. When I try to add a new block, I get this error: "The method setStepSound(StepSound) from the type Block is not visible" when I put the code "decrafter = new BlockName(522, 0).setStepSound(Block.soundWoodFootstep).setHardness(2.5F).setResistance(1.0F).setBlockName("name");" I am using eclipse, and I get the same error on setStepSound, setHardness and setResistance. Is this my own fault or is there a bug in Forge?
×
×
  • Create New...

Important Information

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