Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
Simple Animal Pens
ModMIT

Simple Animal Pens

A simple datapack that allows to store many animals in one block to reduce lag on the server

345
Downloads
0
Followers
4 months ago
Updated
📦
2
Versions
mobsstorageutilitydatapackfabricforgeneoforgequilt
Download Latestv1.0View on Modrinth

📖About Simple Animal Pens

Simple Animal Pens is a datapack that let players store infinte amounts of mobs in a single block. The pack strive to full support of all vanilla features as well as compatibility with other packs (and even mods in some cases).

Please report bugs on this project github page or my discord server

Fabric loader requires fabric API

Support Ponder lib

Uses Smithed conventions for compatability

items:

  • Animal jar.

    the animal jar let you collect and store the animals into it.

  • Animal pen.

    the pen is block that let you place the jar in the world. in order to do that first collect some animals in your jar then right click on empty pen

Commands:

Give jar:

loot give @p loot sap:animal_jar

Give pen:

loot give @p loot sap:animal_pen

Changing pack settings:

dialog show @s sap:settings
Technical details to modifiy the pack behavior If you want to add support for new mobs that not supported by default, this section will guide you keep in mind you must use the same namespaces for it to work. > NOTE : when you see `ENTITY` inside function or tag you need to put the entity name without the namespace instead e.g. "minecraft:cow" -> "cow"

1-adding mob

adding the mob into the entity tag #sap:fit_in_jar
you can edit the whole tag if you want to remove animal, or you can just addon top of it with replace : false

  {
    "replace": false,
    "values": [
        "minecraft:cow",
        "minecraft:pig",
        "minecraft:sheep",
        "minecraft:chicken",
        "minecraft:turtle",
        "minecraft:bee",
        "minecraft:rabbit"
    ]
}

2-adding right click functions

create new item tag inside sap named used_on_ENTITY and specify what items can be used on this mob

then create new function named interact_with_ENTITY in

sap:click_functions/loot/

inside the function you can run whatever you want. you can split the function into 2 or more if you want more than 1 click function or diffrent tools
the default file for bee looks like that

execute if items entity @p[tag=this] weapon.mainhand *[minecraft:custom_data~{smithed:{ignore:{functionality:1b}}}] run return fail

scoreboard players set @s sap.function_cooldown 12000
scoreboard players operation @s sap.function_cooldown -= @s sap.entity_count
scoreboard players add @s sap.function_cooldown 100

execute as @p[tag=this] run function sap:click_functions/loot/specific/collect_honey

inside the specific function you can add sounds,clear items,give items,particals etc

3-breeding

to add viable food for breeding create(or use the vanila one) item tag under the MINECRAFT namespace called ENTITY_food

4-Tool for breaking

tool needed to break the farm controlled by the item tag sap:tool_to_break

5-Tool for killing

tool needed to kill entity in the farm controlled by the item tag sap:tool_to_kill

👥 Team & Contributors

dvirov
dvirovOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
datapackfabricforgeneoforgequilt
Minecraft Versions
1.21.51.21.61.21.71.21.81.21.91.21.101.21.11

🔗 Links

Modrinth Page