Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anxietie/farmers-addons
Adds crop markers/labelers, scythes, and lets you fall on farmland with leather boots on without ruining it
https://github.com/anxietie/farmers-addons
fabric-mod minecraft minecraft-mod
Last synced: 17 days ago
JSON representation
Adds crop markers/labelers, scythes, and lets you fall on farmland with leather boots on without ruining it
- Host: GitHub
- URL: https://github.com/anxietie/farmers-addons
- Owner: Anxietie
- License: other
- Created: 2024-05-08T18:18:13.000Z (6 months ago)
- Default Branch: 1.20.1
- Last Pushed: 2024-05-16T22:04:36.000Z (6 months ago)
- Last Synced: 2024-10-16T12:18:00.314Z (about 1 month ago)
- Topics: fabric-mod, minecraft, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/farmers-addons
- Size: 47.3 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FARMER'S ADDONS
## Features
#### Crop Markers/Labels
- Right click crop markers with crop to change marked crop
- Right click crop markers with nothing in hand to reset it
- Hovering over crop marker will display the name of the marked crop
#### Passive Farmer Ability
- Landing on farmland with leather boots will not set it to dirt
- Composters drop 8 bone meal instead of 1
#### Scythes
- Scythes (for harvesting, they don't do much damage) for every material variant
- Right-clicking fully grown crops with a scythe harvests any other fully grown crops around it
- Sharpness enchantment increases the harvest radius per enchantment level
- Fortune enchantment increases extra crop harvest chances per enchantment level## Compatibility
Any crops that extend `PlantBlock`, `GourdBlock`, or is in `BlockTags.CROPS` can be labeled with a crop marker, so most mods are compatible. Similarly, any crop that is in `BlockTags.CROPS` can be harvested with a scythe.
#### Tested Compatibility
- [Croptopia](https://github.com/ExcessiveAmountsOfZombies/Croptopia) ✔## Dependencies
- [Fabric API](https://github.com/FabricMC/fabric)