[1.7.10] Get a block to drop an ore dict block
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
By diesieben07 · Posted
Try to restore the world from backup. -
By diesieben07 · Posted
Uh, yes you do. https://mvnrepository.com/artifact/org.web3j/core -
By diesieben07 · Posted
You have to keep track that you are currently calling back into render and then have your event handler bail out early. Otherwise your event handler will fire on your render call, too and result in an infinite recursion. You can just use a private static boolean for this that you reset in a try-finally block. Note also that you should definitely not be creating new entity instances every time you render, this happens once every frame for every entity.
-
Topics
Recommended Posts
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.