Jump to content

Leomelonseeds

Forge Modder
  • Posts

    407
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Leomelonseeds

  1. Nice! You should actually start making your mod now. Lots of good tutorials out there. 

    3 hours ago, nwatson said:

    I always thought security cameras seemed like a neat idea, but never really had an idea of how they could be implemented.

    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)

  2. On 6/25/2014 at 2:19 PM, diesieben07 said:

    You can't create an Item for a ZombieSpawner. The mob being spawned is TileEntity data, and Mojang added a way to include that only in the 1.8 snapshots so you can't use it yet. You need to make your own Item.

     

    Diesieben07 said that in an old post. Try including the data somehow...

×
×
  • Create New...

Important Information

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