Forge crashes on any version newer than 1.12.2
-
Recently Browsing
- No registered users viewing this page.
-
Posts
-
I am trying to create custom arrows, and I am testing the minimum code for an arrow to function properly. My goal is to make an exact replicate of the vanilla arrow item with no custom arrow entities. public static final RegistryObject<Item> IRON_ARROW = ITEMS.register("iron_arrow", () -> new ArrowItem(new Item.Properties())); It is successfully registered, but with a vanilla bow I cannot shoot this iron_arrow I created. There is no animation in the bow. I know this looks like a simple problem but I could not figure out what I am missing here...
-
By TileEntity · Posted
Ingame press F3 and add a screenshot of it -
By Prestatyn12 · Posted
Hi That_Grind, Check what version of Java you have installed: Minecraft 1.17+ requires Java 16 or higher; Minecraft 1.16.5 and below requires Java 8. If you have older versions of Java installed, uninstall them and install the correct one. You can also try increasing the memory: open the Minecraft Launcher; go to settings; find Java settings (JVM arguments); change the -Xmx2G parameter to -Xmx4G (if you have enough RAM). Also, it would be helpful to see the contents of the error log file to see what the problem is. While I'm having trouble developing mobile apps or setting up a development environment, I check out https://andersenlab.com/services/mobile-development for help. -
Sorry for the late responses, I've resolved the issue but now my problem is that the game is just super laggy. I always get stuck when trying to make a world, my game freezes on the loading screen. Any time I've made it past the loading screen I'm playing the game at about 2 frames a minute, do you know how I would go about fixing that?
-
Huh, well that's more straightforward than I expected. Good to know, thanks! Entity here is still coming back null, though. Do I need to retrieve the entity differently? Right now I'm doing it like this- serverLevel.getChunk(chunkPos.x, chunkPos.z); Entity entity = serverLevel.getEntity(uuidIn);
-
-
Topics
-
Who's Online (See full list)
- There are no registered users currently online
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.