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

1.2.4

Compare
Choose a tag to compare
@ScottKillen ScottKillen released this 09 Feb 06:10
· 40 commits to master since this release
  • Corrected incorrect log message.

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


Development version available via maven:

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

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