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: about 1 month ago
JSON representation

Tags for Piglin stuff. Use Jitpack for JiJ.

Lists

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"
```