Jump to content

naqaden

Members
  • Posts

    5
  • Joined

Everything posted by naqaden

  1. Thank you Cyborgmas for reaching out. I'll get on that then: #6562
  2. The old RenderLivingEvent.Specials.Pre event (at least 1.12-1.14, haven't looked back further) used to pass its renderer. This allowed me to cancel and render my own nameplates using said renderer. Now in 1.15 Specials is gone, and fortunately RenderNameplateEvent was added, but it doesn't pass the renderer so I can't use the same approach. I would want to do a lot of what renderName() does, but I would have no access to the EntityRendererManager it uses. Is there any reason not to use my own renderer and manager? It rubs me the wrong way given how it used to be provided, presumably for purposes like mine, but I don't know. If not ill-advised, I'm happy to do a PR to add the renderer to RenderNameplateEvent to work more like its predecessor, and I guess the packedLight int while I'm at it.
  3. I'm also curious about these questions. Did you have any luck, sabrinastar?
  4. I see between 2714 and 2715, JLine was updated from libraries\jline\jline\2.13\jline-2.13.jar to libraries\org\jline\jline\3.5.1\jline-3.5.1.jar Since 2715, previously working mods crash my client when they print to the console via jline.internal.Log: I assume I need to build such mods with newer versions of Forge - just wanted to mention it in case it affects others.
  5. The registration form asked me to "Name one bad guy in the normal game." I entered Wither and was rejected for it! :P
×
×
  • Create New...

Important Information

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