Jump to content

Leomelonseeds

Forge Modder
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Leomelonseeds

  1. @oJosephV What is your problem?
  2. Please don't use flashy colors. Did you put Pixelmon in mods folder? Any log output?
  3. Any log output? Also is the function getItemDropped show as a little green arrow at the left?
  4. Probably an error with your internet connection
  5. try removing the seus shaders pack.
  6. the forge logs
  7. Just be patient. I know there is a method in EntityPlayer that modifies the camera position, you should check that and apply accordingly.
  8. Nice! You should actually start making your mod now. Lots of good tutorials out there. Well if I wanted it to look good it would have to have good rendering logic. For now I have just made it a hanging entity , which can be placed on walls. Also since its an entity I can move the player camera to the entity's position so I can spectate it. I have a monitor item which can be right-clicked to spectate a camera. The difficulty is, the monitor has to be able to monitor all the cameras, which means it has to have an expandable GUI with an option to spectate any one of the security cameras you add to the world. In addition that would mean I have to have a GUI for each camera so one can put an id in them, and that id will show up on the monitor. (Its really complicated i know)
  9. I'm working on a mod called MOAR STUFF. It adds stuff in general to Minecraft. I've added ench. emerald and obsidian armor, a grill, more weapons. Im planning to make a teleporter and a security camera. You know, just some useful nice stuff. What about you?
  10. So what would you like to talk about? Personnaly I need a few more ideas to continue with my mod...
  11. Any error logs?
  12. 1.6.4 is NO LONGER SUPPPORTED
  13. Is there a log file somewhere?
  14. You mean in code or just in Minecraft?
  15. Just go to the minecraft source code. There should be tons of examples there.
  16. Diesieben07 said that in an old post. Try including the data somehow...
  17. I think it has something to do with the Mob spawner item tileentity data... Sorry for posting twice, can a moderator delete the one in support and bug reports please?
  18. You would probably know what most of the parameters in that method do... Which ones dont you know?
  19. well it does spawn i think but it doesnt have a collision box. I think it does spawn cause when i break the block behind it, a few seconds later it drops as an item (the entity)
  20. Waitt..... When I spawn the entity, there are no errors in the console tho. Can you please explain in detail why my entity doesn't spawn but a painting does?
  21. Did we just post at the EXACT same time???
  22. Please post this in support and bug reports AND read the posts in there.
  23. And also how will those two methods help me in making my entity appear?
×
×
  • Create New...

Important Information

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