You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To get TiC into your dev environment you need to add it as a dependency.
First you need to add our maven repo to your build.gradle:
repositories { ... maven { name 'DVS1 Maven FS' url 'http://dvs1.progwml6.com/files/maven' } }
Then you need to tell it to get TiC from there:
dependencies { deobfCompile "slimeknights:TConstruct:1.9-<build>" }
The build corresponds to the latest release and its jenkins build. You can find the latest build on the release page. As the time of writing the build would be "2.3.0.jenkins193"