Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.71 KB

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