Master of all minecraft bushes!
- Biomes o' Plenty
- Natura
- Plants 2
- Rustic
- Oreberries
- Ore Shrubs
- Extra Utilities 2
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.