Add a mod, and server goes down instantly.
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
Overwriting vanilla blocks can break other mods that have used mixins to do more refined changes to them. Using mixins is another way to get the behaviour asked for on this thread. But it means it will only work for the blocks that have been modified in advance while the original poster wants to define them dynamically using tags.
-
When I try and run forge my Minecraft it crashes and says I have a invalid java runtime. I have installed biomes o plenty (1.19) On forge. I have the correct java downloaded and have been watching videos and reading articles for the past hour telling me all the same stuff, redownloading forge and java and it never works. Can somebody please help me to get my forge to work?
-
If you do use that approach, I think you want to further iterate on chunk.getSections() to avoid looking parts of the chunk that are just void/air and are not really there.
-
By diesieben07 · Posted
Do not store the Minecraft instance in a field. Minecraft is already a singleton. You need to learn the basics of Java, specifically the difference between static and non-static members.
-
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.