Jump to content

Curin

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Curin

  1. Yes that is actually what I was looking for. Thanks so much for the help diesieben
  2. I need it when it is placed in the world at all. I'm trying to keep track of Machines within an area around a block. The initial finding will just be a check for the entire area, but that would be expensive to check every time the block functions.
  3. it there an event that will fire when blocks are placed or, even better, when tile entities are placed? Thanks in advance, Curin
  4. Thanks that is what I needed
  5. I'm looking for a list I can loop through. as far as I know neither the itemregistry or Items class can do this. If you know how to iterate through the itemregistry can you explain
  6. is there a list filled with items in 1.7 something to replace 1.6's Item.itemsList?
  7. I know that the tutorials are on wiki(those were more for my personal use to help learn). As for the JavaDocs, completely forgot about them. Thanks for the reply Lex. Probably will still continue working on it so I can understand forge better, but probably won't get updated on the web, since it won't really be used
  8. Hello Everybody, I wanted to get opinions on a project I'm working on to see if people like the way it looks and to see if it would be useful. Mind You right now it is very much a WiP and only a class is filled in at the moment(cpw.mods.fml.client.registry.ClientRegistry), and even that will have more pages branching off. This project is a Reference Library for all the code that can be found in Forge, FML, and Minecraft. It takes very much off the style of Msdn's reference Library. There are a few basic tutorials that will be included, mainly one's that everyone has a copy of (installing forge for modders, adding a block, etc.) I also want to collect some of the more advanced tutorials(multiblocks, worldgen, etc.). Anyways I would like to know what everyone thinks about it, and whether or not you would find it useful: http://ForgeDoc.dbtgaming.com
×
×
  • Create New...

Important Information

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