Jump to content

Tikaji

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by Tikaji

  1. couldnt you check to see if the block below is an instance of BlockLiquid and then make your y movement 0?
  2. Ok I lied when I said this was solved. I tried out the code above and I didn't get the result I wanted when I put the count into the log. It didn't display when an enderman was killed. I'm not sure if i did something wrong or not. I'm fairly new to modding and may not understand how these events work. Do I need to call the class in the main mod class so that it begins counting or am I missing something? Sorry about that. Gotta love the new guys right?
  3. What I would like to do is to be able to track the number of enderman that a player had killed so that different aspects of my mod are activated. I know there are statistics that the game keeps. Would that be the best way to keep track of enderman deaths or is there another way? And if the default stat board is the best way how would I go about tying into it?
  4. I know that on a player there can be two layers to the skin. One that's actually on the player and another that sits just off the model. Is there a way to apply this kind of texture layering to entities?
  5. Thanks for your reply. I understand how to create a tile entity but I guess I should have directed my question more towards how to create the machines. And to answer your question the machines are similar to the IC2 machines in that one doubles ore, another smelts them, and others are required to create a power network. I apologize for not being more specific in my request but when I said I was looking for a tutorial it was more along the lines of creating these machines, even if the tutorial is focused on making a tile entity do something.
  6. I've started developing a mod that has a few machines in it and will eventually have a power system in place. But at the moment I'm just trying to get the machines to work. I've looked all over to find tutorials on how to make them but haven't been successful. I was just wondering if there was anyone who could point me in the right direction for a tutorial on how to make these machines. Thanks
×
×
  • Create New...

Important Information

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