-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,15 @@ | ||
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/CiE7du5Z?style=flat&logo=modrinth&logoColor=%23ffffff&label=Modrinth&color=%231bd96a)](https://modrinth.com/mod/sgp) [![CurseForge Downloads](https://img.shields.io/curseforge/dt/1138196?style=flat&logo=curseforge&logoColor=%23ffffff&label=CurseForge&color=%23ff784d)](https://www.curseforge.com/minecraft/mc-mods/sgp) | ||
|
||
# Sean's Guinea Pigs | ||
|
||
![](https://cdn.modrinth.com/data/CiE7du5Z/images/813ae77c09fda419b9af33a27646ef026f5e5368.jpeg) | ||
|
||
## Mod Compatibility | ||
|
||
Adding support for mods (or other vanilla features) is extremely easy and can be done yourself through the use of[ | ||
data packs](https://minecraft.wiki/w/Data_pack). | ||
|
||
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.** | ||
|
||
```json | ||
{ | ||
"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](https://github.com/seaneoo/sgp/discussions/categories/help). | ||
<center> | ||
<br/> | ||
<br/> | ||
<img alt="Sean's Guinea Pigs" src=".github/assets/sgp.png" width="80%"/> | ||
<br/> | ||
<br/> | ||
<img alt="Modrinth Downloads" src="https://img.shields.io/modrinth/dt/CiE7du5Z?style=for-the-badge&logo=modrinth&logoColor=%23ffffff&labelColor=%23CEA35B&color=%23CEA35B"> | ||
| ||
<img alt="CurseForge Downloads" src="https://img.shields.io/curseforge/dt/1138196?style=for-the-badge&logo=curseforge&logoColor=%23ffffff&labelColor=%23CEA35B&color=%23CEA35B"> | ||
| ||
<img alt="Support me on GitHub Sponsors" src="https://img.shields.io/badge/Support%20me%20on-GitHub-%23CEA35B?style=for-the-badge&logo=githubsponsors&logoColor=%23ffffff&labelColor=%23CEA35B&color=%23CEA35B"> | ||
<br/> | ||
<br/> | ||
<img alt="" src=".github/assets/showcase_banner.png" width="80%"/> | ||
</center> |