Jump to content

mrhappy42

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

mrhappy42's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Bump! Anyone - why are our mobs disapearing?
  2. I uploaded them here. You can download it from address: http://s000.tinyupload.com/?file_id=63303134272042970111
  3. We got all the graphics working etc. we also played around with some methods etc. One thing that does not work is the entity, it appears and then disappears again - it has our graphic (chain mail). We can see the output window of Eclipse the object is created. I'll post the files the files up in the original post. Again thank you for the help so far. Hope the files we post will help others as well. I've zipped the whole file from withing forge. We had it in the location of C:\Users\black\Forge\src
  4. The tutorial worked - nice one. Glad the whole id thing is gone. We now got a block - textures tomorrow. Good night thank you all.
  5. My son and I want to make a mod, I coded in the past and he is learning but knows Minecraft so a good team. Setup Eclipse and Forge, sample runs and we can put in some test code - so all is well - thank you. We put it a popup message. Then we added code to make a diamond out of dirt in the crafting table. Ok. so now we want to make our own block. However we are seeing some issues with the sample code around on websites and youtube, namely. - setUnlocalizedName does not seem to be available - addName seems to be deprecated - when extending Block the super class does not take material like it does in most examples public Something(int id, Material mat) { super(id, mat); } Leads me to think we are not in sync with some version of minecraft or Forge. So some versions. When we run minecraft as a client in debug the minecraft splashscreen has. - Minecraft 1.7.2 - MCP v9.01-pre - FML v7.2.116.1024 - Forge 10.12.0.1024 - 4 mods loaded, 4 mods active (goes to 3 when we try to add a block) He wants to make a big chest with some colours on it. I just want it to compile :-)
×
×
  • Create New...

Important Information

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