Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/10/20 in all areas

  1. Without an instance you can't call instance methods.
    1 point
  2. https://mcforge.readthedocs.io/en/1.15.x/events/intro/
    1 point
  3. Read the documentation on the @EventBusSubscriber annotation again. There is something missing from your method signature.
    1 point
  4. The file specified will not exist on any website, it's a file that gets generated by ForgeGradle, have you changed your build.gradle?
    1 point
  5. Not sure what the problem is, I have no knowledge of OpenGL. However, try using an vanilla render type (like TRANSLUCENT_SHEET_LIT i think is one) and call the parent method in the renderParticle (don't draw anything with the buffer). It'll help you isolate your problem I think (and hope). Also, using vanilla's is a good idea, unless you want something complex, BasicParticleType and an existing IParticleRenderType will do the job.
    1 point
×
×
  • Create New...

Important Information

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