TheSledgeHammer / RetroBees

Forestry Mod add-on for Minecraft. Adds Bee Species that were originally used in Forestry before version 1.7 of Minecraft.
GNU Lesser General Public License v3.0
1 stars 3 forks source link
forestry forge gradle java minecraft minecraft-forge projecte techreborn

RetroBees

A Forestry Mod add-on. Adds Bee Species that were originally used in Forestry before Minecraft Version 1.7

Acknowledgements

Forestry, Tech Reborn & ProjectE

Build Gradle Environment

Maven Repository: Add the following to your build.Gradle

repositories {
  maven {
    name = "RetroBees"
    url = "https://dl.bintray.com/thesledgehammer/development/"
  }
}

dependencies {
    compile "com.thesledgehammer.RetroBees:RetroBees_1.12.2:+:universal"
}

GNU Lesser General Public License v3.0

Permissions of this copyleft license are conditioned on making available complete source code of licensed works and modifications under the same license or the GNU GPLv3. Copyright and license notices must be preserved. Contributors provide an express grant of patent rights. However, a larger work using the licensed work through interfaces provided by the licensed work may be distributed under different terms and without source code for the larger work.

Please Read the Licence file for more information