
Please Rwtema, update this mod so it doesnt crash!
UsernameIsAlreadyTaken3 opened this issue · 6 comments
I saw come changes in some of the files but i dont know how to use the new codes and the latest version of FunkyLocomotion mod date back at August '15 (beta 7).
Please release a ready-to-use version of this wonderful mod!
Hi there, having the same problem as everyone so I tried your solution. I dont know why but in the current build.gradle there is no line including "version = "beta-7"". Tried it anyway but thats when I get following error in my cmd prompt:
"FAILURE: Build failed with an exception.
-
Where:
Build file 'C:\Users\Robin\Ordner zum Entpacken\FunkyLocomotive\FunkyLocomotion-
master\build.gradle' line: 10 -
What went wrong:
A problem occurred evaluating root project 'FunkyLocomotion-master'.ForgeGradle 2.0 requires Gradle 2.3 or above.
-
Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
I tried googling and fixing it myself yet I was not even close to successful.
Your help in this would be greatly appreciated.
Thanks in advance
@rwtema is currently porting FunkyLocomotion to 1.10.2, that's why you're getting those issues.
Clone the repo at this point in time. See my initial comment, I've updated the "repo as zip" link.
You shouldn't have any problems building that.
The latest commits from September 2015 actually fix the bug.
But you need to build the mod by yourself, it's not hard:
- download and install JDK (choose the appropriate
jdk-8uXX-*
file) - download this repo as zip and unpack it on your desktop
- optional edit
FunkyLocomotion-1.7.10/build.gradle
, look for a line withversion = "beta-7"
and replace"beta-7"
with"beta-8"
- open the command prompt, navigate to
FunkyLocomotion-1.7.10
and typegradlew build
(windows) orbash gradlew build
(mac osx) or./gradlew build
(linux) (on windows, you can shift+rightclick and select "open command prompt here") - the new jar will be at
FunkyLocomotion-1.7.10/build/libs
, so copy it to your modpack folder and enjoy.
EDIT: updated textual references to point to the 1.7.10
branch, the version which this issue pertains to.
Greetings! I really had no idea how to use it, thank you ;)
Inviato da iPhone
Il giorno 31 mar 2016, alle ore 19:05, Danilo Margarido [email protected] ha scritto:
The latest commits from September 2015 actually fix the bug.
But you need to build the mod by yourself, it's not hard:download and install JDK (choose the appropriate jdk-8u77-* file)
download this repo as zip and unpack it on your desktop
optional edit FunkyLocomotion-master/build.gradle, look for a line with version = "beta-7" and replace "beta-7" with "beta-8"
open the command prompt, navigate to FunkyLocomotion-master and type gradlew build (windows) or bash gradlew build (mac osx) or ./gradlew build (linux) (on windows, you can shift+rightclick and select "open command prompt here")
the new jar will be at FunkyLocomotion-master/build/libs, so copy it to your modpack folder and enjoy.
—
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub