Cynosphere / Ears

Faithful fancy fashion features for fuzzy folk.

Home Page:https://www.curseforge.com/minecraft/mc-mods/ears/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ears

Faithful fancy fashion features for fuzzy folk.

Ears is a player model customization mod available for a dizzying number of Minecraft versions.

Get it and/or learn more at CurseForge, Modrinth, or Glass Repo.

Check out the Manipulator!

Mappings Notice: Ears platform ports use a variety of mappings, including Plasma, Yarn, MCP, and Mojmap. References to these mappings are made even in common code. Viewer discretion is advised.

Using the API

Current API version

Ears provides an API (identical for all ports) that allows forcing Ears features to not render, or to change whether or not Ears thinks the player is wearing some kinds of equipment or has elytra equipped, etc.

You can add it to your mod like so (this example is for Fabric, but it's similar for Forge):

repositories {
	maven {
		url "https://repo.unascribed.com"
		content {
			includeGroup "com.unascribed"
		}
	}
}

dependencies {
	modImplementation "com.unascribed:ears-api:1.4.1"
}

You can see examples of usage of both current APIs in real code in Fabrication and Yttr. Fabrication uses a state overrider to add support for its /hidearmor system, and Yttr uses the inhibitor system to force things not to render when the diving suit is worn.

About

Faithful fancy fashion features for fuzzy folk.

https://www.curseforge.com/minecraft/mc-mods/ears/

License:MIT License


Languages

Language:Java 82.4%Language:Gradle 8.4%Language:HTML 6.2%Language:Handlebars 1.3%Language:JSON 0.8%Language:JavaScript 0.5%Language:Shell 0.4%