-
-
Notifications
You must be signed in to change notification settings - Fork 201
Error on load of world #395
Comments
And also, |
but i dont understand what i would need to rename to what EDIT: There was nothing in the net.minecraft.src package in the first place: http://puu.sh/7I8p2.png
|
FML is not yet fully compatible with Java 8, though it also appears based on @50Wliu that you have an error in your entity registration. See #394 |
hmm my java_home is on jdk7
|
The failing of entity registration doesn't have anything to do with Java 8 or any Java version.
The id 300 can't be expressed as an unsigned byte (0 - 255). Fix: Choose an entity ID below 256 for your entity |
How are you registering the entity? |
i fixed the entity registration code to get unique id above the 200 but can
|
Use any id < 255. Simple. Closing for derp. |
When i load a world in a dev environment or in game it sometimes gives this really annoying error:
http://puu.sh/7I041.txt
it isnt pointing to my mod or anything i have used or done
The text was updated successfully, but these errors were encountered: