Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

1.3.2

Latest
Compare
Choose a tag to compare
@ScottKillen ScottKillen released this 27 Jun 22:01
· 4 commits to master since this release
  • Removed broken version checker support.

This release is compatible with Minecraft 1.7.10 and compiled with MinecraftForge v10.13.4.1448.

Binaries available here.


Development version available via maven:

repositories {
    maven {
        url = 'http://maven.scottkillen.com/'
    }
}

dependencies {
    compile 'com.scottkillen.mod:KoreSample:1.7.10-1.3.2:deobf'
}