Jump to content

Recommended Posts

Posted

So I'm rendering a health bar that involves two parts, one overlapping the other. I was able to render the background bit perfectly fine, but when I try to render the actual bar that needs to move, it doesn't show up. I tried removing the background and still nothing shows up. Hoping someone can spot a simple mistake.

 

https://github.com/linkisheroic/Minestuck/blob/1.12/src/com/mraof/minestuck/event/ClientEventHandler.java


Rendering code

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • There is no need to post multiple times. I have merged your posts together.
    • I have a mod that saves certain information in a given location. The database is on the VDS server. I specified the IP with the port, user and password. As a result, I get this error:   [29.01.2025 17:19:15.839] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:37]: MariaDB JDBC Driver not found. [29.01.2025 17:19:15.840] [modloading-worker-4/INFO] [STDERR/]: [org.75ms.logger.Logger:<init>:38]: java.lang.ClassNotFoundException: org.mariadb.jdbc.Driver Connection details:   private static final String DB_URL = "jdbc:mariadb://[ip]:3306/cmd"; private static final String DB_USER = "[user]"; private static final String DB_PASSWORD = "[password]"; private Connection connection; In Gradle the following dependency is specified:   dependencies { minecraft 'net.minecraftforge:forge:1.16.5-36.2.42' implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.1' }
    • I have 12000 MB of RAM allocated, and yes a pre-configured modpack does work, I'll try to use one and add mods like that, thanks for the help!
    • It is always a Registry Object not present error - with removing mods, just new mods are mentioned Does a pre-configured modpack work? Maybe use such a modpack as working base and add new mods one by one   How much RAM do you have allocated? (JVM-Arguments)      
×
×
  • Create New...

Important Information

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