Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions or having to write your own mixins.
this library is distributed via jitpack.io
fabric_shield_lib_version=1.3.1a
modImplementation "com.github.CrimsonDawn45:Fabric-Shield-Lib:${project.fabric_shield_lib_version}-${project.minecraft_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' }
}
}
}
head over to the example mod repo it's a template repo that shows how to implement custom shields, shield enchantments, and how the dependency should be setup in the build.gradle.