Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axelrindle/minecraft-chicken-drop-feathers
:chicken: Adult chicken will drop 0 - 2 feathers from time to time.
https://github.com/axelrindle/minecraft-chicken-drop-feathers
fabricmc fabricmc-mod minecraft minecraft-forge minecraft-forge-mod minecraft-mod
Last synced: 8 days ago
JSON representation
:chicken: Adult chicken will drop 0 - 2 feathers from time to time.
- Host: GitHub
- URL: https://github.com/axelrindle/minecraft-chicken-drop-feathers
- Owner: axelrindle
- License: lgpl-3.0
- Created: 2018-08-08T11:52:50.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T19:43:21.000Z (over 1 year ago)
- Last Synced: 2024-10-12T02:29:15.591Z (about 1 month ago)
- Topics: fabricmc, fabricmc-mod, minecraft, minecraft-forge, minecraft-forge-mod, minecraft-mod
- Language: Java
- Homepage: https://www.curseforge.com/minecraft/mc-mods/chicken-drop-feathers
- Size: 894 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![banner](banner.svg)
[![CI](https://github.com/axelrindle/minecraft-chicken-drop-feathers/actions/workflows/ci.yml/badge.svg)](https://github.com/axelrindle/minecraft-chicken-drop-feathers/actions/workflows/ci.yml)
[![CurseForge](https://img.shields.io/badge/CurseForge-Download-f16436?logo=curseforge)](https://www.curseforge.com/minecraft/mc-mods/chicken-drop-feathers)
[![Modrinth](https://img.shields.io/badge/Modrinth-Download-1bd96a?logo=modrinth)](https://modrinth.com/mod/chicken-drop-feathers)# minecraft-chicken-drop-feathers
> Adult chicken will drop 0 - 2 feathers from time to time.
Usually I play Minecraft without mods, but one thing that I was always frustrated
about is the fact that I have to kill Chicken in order to get some feathers.
This is the reason I created this mod.If you want to request this mod to be available for another Forge/Minecraft version,
please open an issue on GitHub and specify the required version.You can query the remaining amount of ticks until the next feather drop using the
following command:```
/data get entity @e[type=minecraft:chicken,distance=..5,limit=1] FeatherDropTime
```## Required Dependencies
- [Architectury Api](https://modrinth.com/mod/architectury-api)
## FAQs
### May I use this in my modpack?
**Yes.** Just link back to this page.
## Special thanks
Thanks to [d4rkm0nkey](https://github.com/d4rkm0nkey) for helping with the [FabricMC](https://fabricmc.net/) port.
## License
[GNU LGPLv3](LICENSE)