Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Developer Documentation #109

Open
cfi2017 opened this issue Feb 13, 2020 · 1 comment
Open

Developer Documentation #109

cfi2017 opened this issue Feb 13, 2020 · 1 comment

Comments

@cfi2017
Copy link

cfi2017 commented Feb 13, 2020

How does one go about setting up a working developing environment for this mod?

Given a working system with Java 8, git and (after trying to find out what the scala import in the gradle build conf is for) even sbt installed, how does one actually get this to work?

  • a simple gradle build won't work, unable to resolve class scala.tools.nsc.io.Jar
  • sbt does... something, but compile etc. fails due to missing dependencies
  • IntelliJ doesn't import the project due to the gradle wrapper being out of date
  • gradle wrapper doesn't update due to not being able to resolve scala.tools.nsc.io.Jar

The current released version of the mod is 1.1.0, however the gradle properties file lists an old version.

@bonii-xx
Copy link
Collaborator

You're right, apparently I still had some changes locally. That should fix the scala thing.

Other than that you can set it up like any minecraft mod for 1.12, using gradle setupDecompWorkspace idea

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants