Jump to content

dthall43

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by dthall43

  1. Hi, I am currently writing a mod that looks for TileEntity that I know are in loaded chunks.(This is done client side) but when I address mc.theWorld.loadedTileEntityList. That tile entity is not in the list. However I know it exists because I can stand on top of it and use world.getTileEntity(player.posx,player.posy-2, player.posz) and It gets returned just fine. Does anyone know of a way to find all of the TileEntities that are not in the loadedTileEntityList?
  2. Okay I did that and now It is asking me to select an mcp conf directory. I don't know where that is in 1.7.2 I knew in 1.6.4.
  3. I don't have to do any additional setup? Just plop CodeChickenCore in and viola?
  4. I develop in eclipse. So i am very accustomed to using the debug function of eclipse. Now I am devloping a mod, in which I want to see its interactions between other mods. However I cannot just drop those mods in the "mods" folder because they reference things in minecraft that are obsfucated, however the development environment uses a deobsfucated minecraft for ease of development. Has anyone found a workaround for this? I hate to build each time I wan't to check something. And not being able to debug is killing me!!!
  5. I am looking for the 1.7.2 equivelant of IConnectionHandler.connectionReceived(NetLoginHandler netHandler, INetworkManager manager); I am not used to the new Event System. And I cannot find a NetworkEvent.
×
×
  • Create New...

Important Information

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