Skip to content

copygirl/PocketBags

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

PocketBags

.. is a Minecraft mod using Fabric Loader and API that (currently) simply adds a Pouch item.

Downloads

Available right here through GitHub Releases.

Pouch

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

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 as pocketbags:pouchable, which automatically includes all saplings, flowers and c:seeds.