Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Sean's Guinea Pigs
Features
- Guinea Pigs now roam your world.
- Found in Windswept and Meadow biomes.
- Can be tamed using apples, carrots, wheat, and sweet berries.
- Will be attacked by ocelots and untamed cats.
Mod Compatibility
Adding support for mods (or other vanilla features) is extremely easy and can be done yourself through the use of data packs.
To add new food items, create a file named guinea_pig_food.json
in the data/sgp/tags/item
directory. Inside that
file you will add the identifiers of the new items.
Note: Make sure to include "replace": false
so the default food
items do not get overwritten by your data pack.
{
"replace": false,
"values": [
"minecraft:diamond"
]
}
Then package this up like a normal data pack and put it into your worlds
folder.
If you need more assistance, you can ask for help on the discussions page.
Modpacks
You are 100% allowed to incorporate this mod in any modpack that you wish. If you do, please let me know!