Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minecraftmoddevelopmentmods/bush-master-core
Master of all bushes!
https://github.com/minecraftmoddevelopmentmods/bush-master-core
minecraft minecraft-forge-mod minecraft-mod
Last synced: about 5 hours ago
JSON representation
Master of all bushes!
- Host: GitHub
- URL: https://github.com/minecraftmoddevelopmentmods/bush-master-core
- Owner: MinecraftModDevelopmentMods
- License: mit
- Created: 2017-09-22T15:42:32.000Z (about 7 years ago)
- Default Branch: 1.12
- Last Pushed: 2021-05-29T02:18:53.000Z (over 3 years ago)
- Last Synced: 2024-11-12T17:51:08.138Z (5 days ago)
- Topics: minecraft, minecraft-forge-mod, minecraft-mod
- Language: Kotlin
- Size: 1.74 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Bush Master Core
[![](http://cf.way2muchnoise.eu/bush-master-core.svg)](https://minecraft.curseforge.com/projects/bush-master-core)
[![](http://cf.way2muchnoise.eu/versions/bush-master-core.svg)](https://minecraft.curseforge.com/projects/bush-master-core)
[![](https://img.shields.io/badge/Discord-MMD%20Cat%20Mods-blue.svg)](https://discord.gg/xDw3Vkj)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:
```gradle
repositories {
maven { name='MMD'; url='https://maven.mcmoddev.com' }
}
```
And then one must add the dependency:
```gradle
dependencies {
compile("net.ndrei:bush-master-core:${project.bmc_version}+:deobf")
}
```
And I would also recommend having this in your `gradle.properties`:
```gradle
bmc_version = 1.0.0
```
for easier update later on.