Jump to content

Sunser

Members
  • Posts

    34
  • Joined

  • Last visited

Everything posted by Sunser

  1. So I implemented a little event handler : I've registered it in my server proxy : I've made a few tests and the handler is not working. What did I fail ?
  2. Not what I expected but this sounds fun Thanks !
  3. Hi all, I've been looking a few on the web but I haven't found enough informations. I would like to override the existing snowball entity (actually I want it to be turned into a projectile). I quickly looked on the Railcraft's Github but I lost myself (I thought it replaces the simple track). Any ideas?
  4. I'm sorry, I'm not good enough to help you. Maybe take a look at Thermal Expansion mod which has something similar with upgrades.
  5. Sorry, my bad. Have you check when you register your blocks that the String is correct ? It could be a copy/paste which has not been edited.
  6. Can you show us your language file (en_US.lang I guess) ?
  7. I found what the problem was : conflict between sides... Just had to check first if !world.isRemote and all worked perfectly. Thanks anyway for your quick answer.
  8. Hi all. Before I start, know that I'm beginning with MC mod developing, plus my English is not always very clear. I'm trying to create custom snowballs. I have met some issues with the protected void onImpact(RayTraceResult result); function. Sometimes, the thrower receives the snowball's effects, and obviously not want this. This does not append with all of my custom snowballs. EntityFlintSnowball : working correctly (I haven't change that much the original code from the snowball entity) EntityTNTSnowball : working correctly (a bit more changes) EntityPoisonSnowball : not working correctly (thrower hit by projectile) EntityFireSnowball : not working correctly
×
×
  • Create New...

Important Information

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