Jump to content

Chaka15205

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Chaka15205

  1. a) You'll need a WorldGenerator. Then place the blocks you want. You can look at the vanilla tree generators to get examples.

     

    b) Make a .lang file. Then put in

    tile.<unlocalizedname>.name=SomeBlock

    resp.

    item.<unlocalizedname>.name=SomeItem

    . The unlocalized name you set with setUnlocalizedName on your Block/Item. It should include your ModId, to avoid clashes with other mods.

     

    c) There's lots of tutorials for configurations. You then just store a boolean and add the Block/Biome/etc. inside an if-statement.

     

    Thanks, And i messed up what i said on (question b)  I meant How do i change the color of the item/block.

  2. Hi, Does anyone know what code i would have to type to go about making vanilla minecraft chests be able to be placed next to eachother.  For example 2 double chests next to each other with out a space between double chests.  And i dont want to have to add my own chests.

  3. Hi, I have looked at tons of tutorials on the ore dictionary and i cant seem to find anything that works.

     

    I am trying to add some of my ores to the ore dictionary, for example i try to do

     

    [embed=425,349]OreDictionary.registerOre("copperOre", oreCopper);[/embed]

    this is in the preInit stage

     

    I have tried that many times and it does not work.  Can someone please help me.

×
×
  • Create New...

Important Information

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