generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 4
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
bb870e8
commit 0257a41
Showing
1 changed file
with
13 additions
and
5 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 |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Fabric Example Mod | ||
# Caffeinated | ||
|
||
## Setup | ||
**Caffeinated** is a vanilla-style mod for *Minecraft* Fabric that adds coffee, a new crop that can be turned into blocks and food! | ||
|
||
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using. | ||
Coffee shrubs are new plants that can be found in jungle biomes. When fully grown, their berries can be harvested, and used to make coffee beans to plant more, or ground coffee to brew coffee. | ||
|
||
## License | ||
Coffee is brewed by adding ground coffee to a cauldron of water over a lit campfire. After just several moments, a fresh batch of coffee can be bottled up and drunk at any time. | ||
|
||
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects. | ||
Drinking coffee or eating tiramisu, a food item make with coffee, will give players Caffeine, a new effect that allows food points to last longer when doing activities like running, jumping, or mining. | ||
|
||
## Compatibility | ||
Caffeinated has several compatibility features when [Farmer's Delight](https://github.com/newhoryzon/farmers-delight-fabric) is installed: | ||
|
||
- Coffee berry crates, decorative blocks made from coffee berries | ||
- Placing lit stoves underneath cauldrons to brew coffee | ||
- Using the cooking pot to brew coffee | ||
- Cutting coffee berries with a knife at a cutting board for increased coffee bean yield |