Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)