Open taljaards opened 9 years ago
Related to #14?
While I cannot reproduce this error while running NOVA from IDEA, it can be reproduced by running gradle block:runClient
. Attaching a debugger to this yields the stacktrace http://hastebin.com/ezumiziyel.txt
DOWN WITH EXCEPTION EATING
Well, now that you've mentioned running from IDEA, I ran gradle block:runClient
in a cmd only, if that makes a difference...
This is the error:
net.minecraft.client.resources.ResourcePackFileNotFoundException: 'pack.mcmeta' in ResourcePack 'C:\Downloads\NOVA-Example-master\NOVA-Example-master\block\build\libs\block-0.1.jar'
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: