Skip to content

MinecraftModDevelopmentMods/Bush-Master-Core

Repository files navigation

Bush Master Core

Master of all minecraft bushes!

Currently integrates with:

  • Biomes o' Plenty
  • Natura
  • Plants 2
  • Rustic
  • Oreberries
  • Ore Shrubs
  • Extra Utilities 2

If one wants to use this lib in one's mod

One must first add the maven repository to the list:

repositories {
    maven { name='MMD'; url='https://maven.mcmoddev.com' }
}

And then one must add the dependency:

dependencies {
    compile("net.ndrei:bush-master-core:${project.bmc_version}+:deobf")
}

And I would also recommend having this in your gradle.properties:

bmc_version = 1.0.0

for easier update later on.