Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/23/19 in all areas

  1. Hi, I'm currently making a 1.12.2 forge mod that involves pathfinding, so I decided to use baritone. Can anyone help me with actually accessing the API. What I'm currently doing is manually accessing it with BaritoneAPI.getProvider(), which crashes it. According to the author of Baritone, "Baritone's forge jar is notch mapped, and relies on runtime remapping to searge. If you manually load the BaritoneAPI class, or otherwise trick forge into thinking that it doesn't need to remap baritone, it will crash like this. " What's the proper way of accessing the Baritone API?
    1 point
  2. Is there a way to give text a gradient effect? Similar to the game's drawGradientRect() Method Would I have to use openGL methods to achieve this and if so which ones? Edit: Kinda related but is there a way to set the opacity of multiple objects being drawn on the screen? Example, I have 4 strings of text and I want to set all of their opacity to 50%
    1 point
×
×
  • Create New...

Important Information

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