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

1.3.0

Compare
Choose a tag to compare
@ScottKillen ScottKillen released this 27 Feb 06:34
· 20 commits to master since this release
  • Endermen drop what they carry when they die.

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

This mod depends on Kore Sample.


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:ScottsTweaks:1.7.10-1.3.0:deobf'
}