Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/copygirl/pocketbags
Minecraft Fabric mod that adds Pouches for all your farming needs
https://github.com/copygirl/pocketbags
fabricmc fabricmc-mod minecraft minecraft-mod
Last synced: about 1 month ago
JSON representation
Minecraft Fabric mod that adds Pouches for all your farming needs
- Host: GitHub
- URL: https://github.com/copygirl/pocketbags
- Owner: copygirl
- License: mit
- Created: 2020-10-30T19:06:14.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T12:00:21.000Z (almost 4 years ago)
- Last Synced: 2023-03-23T04:47:11.198Z (over 1 year ago)
- Topics: fabricmc, fabricmc-mod, minecraft, minecraft-mod
- Language: Java
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PocketBags
.. is a Minecraft mod using [Fabric](https://fabricmc.net/) Loader and API that (currently) simply adds a Pouch item.
## Downloads
Available right here through [GitHub Releases](https://github.com/copygirl/PocketBags/releases).
## ![](docs/pouch.png) Pouch
![](docs/pouch_screenshot.png)
You can fill pouches with up to 9 stacks of any supported item, which includes most farmables (seeds and their resulting crops), saplings and flowers. Open it by sneaking and right-clicking in the air. Once a pouch has any item in it, it will automatically collect more of them as you pick them up.
They have the functionality to use the contained items in a 3x3 space centered on a block you click (such as planting up to 9 seeds), as well as feeding or breeding animals in a radius around the one you interact with. When sneaking, only the clicked block or entity is interacted with.
### Crafting Recipe
- 6x Wool (any color)
- 2x String
- 1x Leather![](docs/recipe.png)
### Modding
On the more technical side of things – in case you want to support PocketBags in your mod or modpack – pouches allow any item inside of them that is [tagged](https://minecraft.gamepedia.com/Tag) as `pocketbags:pouchable`, which automatically includes all `saplings`, `flowers` and `c:seeds`.