Skip to content

rogi27stash/trinkets

This branch is 1 commit ahead of, 74 commits behind emilyploszaj/trinkets:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1fc721f · Jul 10, 2021

History

94 Commits
Jul 10, 2021
Jun 7, 2021
Jul 9, 2021
Sep 4, 2020
Aug 29, 2020
Jun 7, 2021
Jun 27, 2021
Jul 9, 2021
Jun 7, 2021
Jun 7, 2021
Jul 9, 2021
Jun 7, 2021

Repository files navigation

Trinkets

A data-driven accessory mod for Minecraft using Fabric.

Image of the Trinkets UI

About

Trinkets adds a slot group and slot system to Minecraft. Slot groups are collections of slots for a certain body part or more vague area. By default there are 6 slot groups (head, chest, legs, feet, offhand, hand) that can have slots added to them, but more groups can be added if desired. Trinkets' UI is intuitive to use, accessible, and attempts to do away with clutter. Its system means that you'll never have a slot that's not used for anything, as mods request the slots they want.

Developers

To add Trinkets to your project you need to add jitpack and nerdhubmc to your repositories in your build.gradle

repositories {
	maven {
		name = "TerraformersMC"
		url = "https://maven.terraformersmc.com/"
	}
	maven {
		name = "Ladysnake Libs"
		url = "https://ladysnake.jfrog.io/artifactory/mods"
	}
}

And then to add Trinkets you add it as a dependency in your build.gradle

dependencies {
	modImplementation "dev.emi:trinkets:${trinkets_version}"
}

For basic tutorials and comprehensive documentation, visit this repository's wiki.

About

A modular accessory mod and API for Minecraft using Fabric.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%