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

Releases: ScottKillen/scotts-tweaks

1.3.1

Choose a tag to compare

@ScottKillen ScottKillen released this 27 Jun 23:00
  • Updated to latest version of KoreSample
  • Removed broken VersionChecker integration code.

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

Binaries are available here.

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.1:deobf'
}

1.3.0

Choose a tag to compare

@ScottKillen ScottKillen released this 27 Feb 06:34
  • 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'
}

1.2.0

Choose a tag to compare

@ScottKillen ScottKillen released this 21 Feb 06:44
  • Added bat and squid spawn control.

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.2.0:deobf'
}

1.1.0

Choose a tag to compare

@ScottKillen ScottKillen released this 09 Feb 04:39
  • Added clay generation to the overworld.

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

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.1.0:deobf'
}

1.0.1

Choose a tag to compare

@ScottKillen ScottKillen released this 18 Jan 06:21

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

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.0.1:deobf'
}

1.0.0

Choose a tag to compare

@ScottKillen ScottKillen released this 13 Jan 04:23
  • Initial Release.
  • Chickens randomly drop feathers.
  • Growables (saplings, etc.) automatically plant themselves if possible.

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

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.0.0:deobf'
}