-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6854bb9
commit 5e1980c
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# ExpandedBonemeal | ||
|
||
## Basics | ||
|
||
### What does this mod do? | ||
It gives bone meal the following new abilities: | ||
- Growing chorus flowers, cactus, sugar canes, nether wart, and vines | ||
- Generating melons and pumpkins from their mature stems | ||
- Duplicating lily pads and flowers as items (like sunflowers in vanilla) | ||
- Generating dead bushes on sand, hardened clay, and stained clay | ||
- Turning cobblestone and stone bricks into their mossy variants | ||
|
||
### How do I use this mod? | ||
You need Minecraft Forge installed first. Once that's done, just drop | ||
expandedbonemeal-*version*.jar in your Minecraft instance's mods/ directory. | ||
Optionally, you can configure it to taste (see below). | ||
|
||
### What settings does this mod have? | ||
Each new ability added by this mod can be individually disabled. | ||
|
||
## Development | ||
|
||
### How do I compile this mod from source? | ||
You need a JDK installed first. Start a command prompt or terminal in the | ||
directory you downloaded the source to. If you're on Windows, type | ||
`gradlew.bat build`. Otherwise, type `./gradlew build`. Once it's done, the mod | ||
will be saved to build/libs/expandedbonemeal-*version*.jar. | ||
|
||
### How can I contribute to this mod's development? | ||
Send pull requests. Note that by doing so, you agree to release your | ||
contributions under this mod's license. | ||
|
||
## Licensing/Permissions | ||
|
||
### What license is this released under? | ||
It's released under the GPL v2 or later. | ||
|
||
### Can I use this in my modpack? | ||
Yes, even if you monetize it with adf.ly or something, and you don't need to | ||
ask me for my permission first. |