Posted July 16, 201411 yr Hello, I would like to know why my ore generation class keeps causing crashes(yes i know that it is the ore gen class as i have looked and removing a few lines of code stops that crash but then it wont generate) here is my ore gen class and crash. Class http://pastebin.com/wsACQrwD Crash http://pastebin.com/Q5efEmK9
July 16, 201411 yr i am impressed. my classes are always a mess. its a joy to read yours. Caused by: java.lang.OutOfMemoryError: Java heap space Pls try to start mc with more ram. and you are missing a LOT of textures Here could be your advertisement!
July 17, 201411 yr Author yes i know about the errors that is just me being lazy and not making any at the moment and how would i give minecraft more ram in eclipse?
July 17, 201411 yr Add -Xmx8192M -Xms8192M to your VM options. Substitute 8192M for the amount of RAM you want Minecraft to have access to. Here could be your advertisement!
July 17, 201411 yr Author Thank you i figured that out my self and thank you for your comment about the class i always work my hardest to keep them clean.
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.