-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with example code #27
Comments
Related to #14? |
While I cannot reproduce this error while running NOVA from IDEA, it can be reproduced by running DOWN WITH EXCEPTION EATING |
Well, now that you've mentioned running from IDEA, I ran |
This is the error:
We have to include pack.mcmeta virtually into the mod's resource, or at least have NOVA "fake the JSON into the system". Does this happen both on MC 1.7 and 1.8? |
No. I made a pack.mcmeta and it was the same crash. This is unrelated. |
It happens to me when I try to use gradle to launch an empty example(worldgen). I'll try to port the whole thing to nova-gradle and see if it helps. |
I had the same problem. It was due to binary incompatibility of wrapper and core. I don't know why it wouldn't refresh. We need to implement SemVer ASAP. |
We are using semver. We just haven't released yet. |
I know we are using SemVer but at the same type we are in null zone. We need to reflect breaking changes in at least in Minor version. |
Once we release 0.1.0 this should start. Once 0.2.0 breaking changes should be a minor increase, with patch releases for bug fixes and additions. |
I've downloaded the entire repo to inspect an example of how to start off.
I ran
gradlew block:runClient
After downloading, it crashes:
The text was updated successfully, but these errors were encountered: