Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.
library is distributed via jitpack.io
fabric_shield_lib_version=1.4.5-1.18
modImplementation "com.github.CrimsonDawn45:Fabric-Shield-Lib:v${project.fabric_shield_lib_version}"
maven { url 'https://jitpack.io' }
if this mod is your only dependency it should look something like this.
repositories {
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
}
Tutorial available on on Fabric Wiki.
The example mod repo is a template repo you can use to quickly get started if your making a new mod.