rwtema / FunkyLocomotion

a frames mod
Other
28 stars 36 forks source link

Please Rwtema, update this mod so it doesnt crash! #90

Open UsernameIsAlreadyTaken3 opened 8 years ago

UsernameIsAlreadyTaken3 commented 8 years ago

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!

bit2shift commented 8 years ago

The latest commits from September 2015 actually fix the bug. But you need to build the mod by yourself, it's not hard:

EDIT: updated textual references to point to the 1.7.10 branch, the version which this issue pertains to.

UsernameIsAlreadyTaken3 commented 8 years ago

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 notifications@github.com 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

bit2shift commented 8 years ago

Poking some previously open issues about the same problem to let them know that there's a fix. And a beta-8 version of the mod.

86 #85 #82 #78 #75 #73 #60

bit2shift commented 8 years ago

Poking recent issues (why people don't look around first?)

95

94

93 (Should I really poke this one?)

92

91

I'll be uploading an unofficial build to my fork in a few moments.

Runner007 commented 8 years ago

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.

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

bit2shift commented 8 years ago

@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.