DivineRPG (Official)

DivineRPG (Official)

2M Downloads

New version of mod won't build

AstralScourge opened this issue ยท 3 comments

commented

For some reason, the latest (written 3/1/2015) test version of the mod isn't building for me. After it failed, I tried building one of the older versions (the latest I had was from 2/25/2015) and it worked. I replaced those old source files (the java folder, the resources folder, and the two other files) with the new ones again and it failed once again. I'm using the latest version of forge (forge-1.7.10-10.13.2.1291).

Here's the command I ran (the red stuff is just blocking my desktop username 'cause I like to keep it private :D):
buildissue1

Here's a part of the stacktrace:
buildissue2

commented

Update your mappings to stable_12 in your build.gradle file.

commented

How?

commented

Add the line:

mappings = 'stable_12'

under minecraft {.