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.6.4

11 Oct 19:09
Compare
Choose a tag to compare
  • Reduce number of saplings dropped.
  • Give player control over sapling drop frequency.

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

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


1.6.3

13 Sep 22:01
Compare
Choose a tag to compare
  • Fix some localization errors.
  • Fix for exceptions unhandled by Immersive Engineering (BluSunrize/ImmersiveEngineering#419)
  • Fix bug that causes MineFactoryReloaded to often plant the wrong sapling.

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

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


1.6.2

27 Jun 22:30
Compare
Choose a tag to compare
  • Fix NEI complaining of (non-crash) exception
  • Fix incorrectly registering leaves as "fertilizable" with Minefactory Reloaded
  • Update to latest version (1.3.2) of KoreSample

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

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


1.6.1

27 Jun 04:35
Compare
Choose a tag to compare
  • Make a separate creative tab for blocks added for Chisel, rather than hijack Chisel's tab
  • Fix server crash (while looking for Chisel's creative tab)

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

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


1.6.0

26 Jun 21:24
Compare
Choose a tag to compare
  • Use new Chisel 2 API

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

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

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


1.5.1

14 Jun 21:16
Compare
Choose a tag to compare
  • Fixed crash when Storage Drawers integration is enabled and Refined Relocation is present.

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

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

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


1.5.0

14 Jun 20:34
Compare
Choose a tag to compare
  • Storage Drawers Integration: Make storage drawers from ancient trees!
  • Switches in configuration file to toggle integration with other mods.

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

2015-06-14_16 12 26

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

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


1.4.0

01 Jun 03:51
Compare
Choose a tag to compare
  • Saplings can now be planted, fertilized and harvested in MineFactory Reloaded machines. (Though you should be careful with larger trees!)
  • Saplings are now found wrapped in ancient packages inside chests. (This is to allow us more rarity than the
    vanilla chest loot system.

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

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

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


1.3.1

17 Apr 18:45
Compare
Choose a tag to compare
  • All saplings are now added to chests.

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

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


1.3.0

11 Mar 04:01
Compare
Choose a tag to compare
  • Improved Forestry integration.
  • Fixed crashbug that occurs with the Aether mod.
  • Added smelting recipes to get charcoal from logs.

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

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