Foghrye4 / Labyrinth

Dungeon generator for Cubic chunks Minecraft mod
Other
7 stars 1 forks source link

Latest CubicChunks changes broke Labirynth #3

Closed Barteks2x closed 7 years ago

Barteks2x commented 7 years ago

You were using the Column class which got removed. Now there is IColumn.

Foghrye4 commented 7 years ago

I don't remember where I'm using Column. Anyway, it's working fine with latest Cubic chunks version.

Barteks2x commented 7 years ago

I downloaded the version from minecraftforum and it crashed before so it was definitely using it somewhere.

Foghrye4 commented 7 years ago

Please fix a CubicChunks build or tell me how to use project as depency. I tried to use a line compile project(':CubicChunks') But it tells me:


* What went wrong:
Could not determine the dependencies of task ':compileJava'.
> Configuration with name 'default' not found.
Barteks2x commented 7 years ago

you need to run setupDecompWorkspace on CubicChunks before you can do anything with it because of a bug in ForgeGradle (most people don't even seem to consider ti a bug, but whatever)

Foghrye4 commented 7 years ago

Nope, not helping. "CubicChunks" is a link to a cloned project. setting.gradle contain line: include 'CubicChunks'

Barteks2x commented 7 years ago

You need to cd to the CubicChunks submodule and run ./gradlew setupDecompWorkspace there. If that won't help, join gitter and we can discuss it.

Foghrye4 commented 7 years ago

Mod tested and its working fine.