Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Shnupbups/Piglib
Tags for Piglin stuff. Use Jitpack for JiJ.
https://github.com/Shnupbups/Piglib
Last synced: 3 months ago
JSON representation
Tags for Piglin stuff. Use Jitpack for JiJ.
- Host: GitHub
- URL: https://github.com/Shnupbups/Piglib
- Owner: Shnupbups
- License: lgpl-3.0
- Created: 2020-09-28T15:01:41.000Z (over 4 years ago)
- Default Branch: 1.20
- Last Pushed: 2024-02-11T22:31:20.000Z (12 months ago)
- Last Synced: 2024-10-31T11:36:38.675Z (3 months ago)
- Language: Java
- Homepage:
- Size: 204 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fabric - Piglib - Adds item tags for various Piglin related things that Mojang were too silly to add themselves! ([Wiki](https://github.com/Shnupbups/Piglib/blob/1.18.2/README.md)) `LGPL-3.0-only` (Uncategorized / Uncategorized)
README
# Piglib
Tags for Piglin stuff.## How to use in your mod
In your `build.gradle`, put this in the `repositories` block
```groovy
maven {
url = "https://maven.shedaniel.me/"
name = "Shedaniel"
}
```
and this in the `dependencies` block
```groovy
modApi "com.shnupbups:Piglib:1.1.1+fabric-mc1.18"
include "com.shnupbups:Piglib:1.1.1+fabric-mc1.18"
```