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

Releases: KillenCraft/Ancient-Trees

1.2.4

17 Feb 04:16
Compare
Choose a tag to compare
  • Fixed missing localizations for chisel blocks.

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:AncientTrees:1.7.10-1.2.4:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


1.2.3

16 Feb 06:29
Compare
Choose a tag to compare
  • Updated build environment to compile against Minecraft Forge 10.13.2.1291
  • Added Chisel 2 integration.
  • Fix localization errors.
  • Fixed planks making the wrong sounds.

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:AncientTrees:1.7.10-1.2.3:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


1.2.2

18 Jan 06:03
Compare
Choose a tag to compare

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:AncientTrees:1.7.10-1.2.2:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


1.2.1

12 Jan 05:24
Compare
Choose a tag to compare
  • Added dynamic version range to Kore Sample dependency.

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:AncientTrees:1.7.10-1.2.1:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


1.2.0

08 Jan 05:59
Compare
Choose a tag to compare
  • Replaced logo with custom art from Septolum
  • Trees will now generate during world gen, though they will be very scarce.
  • Reduce virtual sawdust to virtually nil

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

This mod depends on KoreSample v1.1.0 (attached below).


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:AncientTrees:1.7.10-1.2.0:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


1.1.0

01 Jan 07:33
Compare
Choose a tag to compare

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

This mod depends on KoreSample v1.0.0 (attached below).


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:AncientTrees:1.7.10-1.1.0:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


1.0.0

20 Dec 18:32
Compare
Choose a tag to compare
  • Added various localizations.
  • Added Minechem integration.
  • Added Forestry integration.

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


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:AncientTrees:1.7.10-1.0.0:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


0.3.2

14 Dec 20:37
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

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


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:AncientTrees:1.7.10-0.3.2:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


0.3.1

14 Dec 05:23
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Added code to prevent exception caused by ExtraUtilties. (#11)

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


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:AncientTrees:1.7.10-0.3.1:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.


0.3.0

13 Dec 23:12
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Replaced low quality sapling textures with saplings from The Painterly Pack by Rhodox and friends.
  • Allowed some saplings to be used as potion ingredients.
  • Allowed some saplings to be crafted into dyes.
  • Added saplings as random loot for chests.
  • Added config file settings for the rarity of saplings as chest loot.

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


Development version available via maven:

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

dependencies {
    compile 'com.scottkillen.mod:AncientTrees:1.7.10-0.3.0:deobf'
}

Some textures are from The Painterly Pack by Rhodox and friends. Used by permission.