Jump to content

pemapanik

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Wisconsin
  • Personal Text
    Working on several Mods

pemapanik's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Did you add .setBlockName("testBlock") to the public final static Block testBlock = new TestBlock(). Here is a snipit from ttp://www.minecraftforge.net/wiki/Basic_Blocks a good tutorial on minecraft forge's wiki by Havvy.
  2. Maybe override isn't the best word to use. Extend the BlockStone class so that I can add metadata to the block so that there are multiple variations used with that ID.
  3. I've done some searching and not finding an answer I decided to ask. I want to use the metadata for an existing block in minecraft. I have everything setup except for sharing the block ID with the existing block. Is there anyway to do that?
×
×
  • Create New...

Important Information

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