Skip to content

Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.

License

Notifications You must be signed in to change notification settings

OroArmor/Fabric-Shield-Lib

Repository files navigation

Fabric Shield Lib

Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.

Translations

Translations are handled using the Crowdlin gradle plugin.

Want to help translate Fabric shield lib? head over to here.

Importing

library is distributed via jitpack.io

gradle.properties

fabric_shield_lib_version=1.5.0-1.18

build.gradle under dependencies

modImplementation "com.github.CrimsonDawn45:Fabric-Shield-Lib:v${project.fabric_shield_lib_version}"

build.gradle under repositories near the end of the file.

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' }
	}
    }
}

Documentation?

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.

About

Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%