Jump to content

Snipehawk

Members
  • Posts

    4
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Snipehawk's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thank you for your responses, I had already removed the events from my proxy, and okay thank you for the bow section. I am working on this mod with a friend and he created all the proxies/ has a good understanding of them. I got him to clean everything up so now our main class is pretty clean but neither of us know why it is only creating one of the two mobs.. Main Class: EDIT I fooled around a bit more duplicating the EntityCreator class naming it EntityCreator1 and the method createMob1 to see if there was something wrong with my EntityCreator class, but have discovered that it is in fact just that the code below the first EntitCreator line isnt being read in init... Here is where I believe the problem is"
  2. Right, had it in the main class before, but wasn't working so I decided to throw it in my Proxy in desperation It is in my main class now, but still isn't working.. Any ideas?
  3. Hello, I am making a mod for Minecraft 1.8 and am wondering why I cannot create multiple mobs using my method.. The problem is that in my common proxy only the first "Entity Creator" is being read/used (Only Spartan Soldier is implemented into game but when order is switched around only Samurai is being implemented) Here is my Common Proxy: Here is my method class: Any help would be appreciated!
×
×
  • Create New...

Important Information

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