HomeJavaModsAdditional Entity Attributes
Additional Entity Attributes
ModsJava

Additional Entity Attributes

by DaFuqs · on Modrinth

Adds additional attributes for players and other entities, mainly for used in other mods. Free Minecraft Java mod for 26.2.

⬇ Download on Modrinth

Adds a list of new attributes for entities and players. These attributes allow mod compatibility and serve as an API for mods that make use of them.

Current Attributes

Entity Type Tags

Usage

Players

You will probably not need to install this library yourself, as most mods that use it will ship with it. If you want to use the above attributes via commands or anything else, feel free to do so, of course.

@Developers

Feel free to JIJ. You can fetch all builds from the Modrinth Maven:

repositories {
	exclusiveContent {
		forRepository {
			maven {
				name = "Modrinth"
				url = "https://api.modrinth.com/maven"
			}
		}
		filter {
			includeGroup "maven.modrinth"
		}
	}
}
dependencies {
	modImplementation include("maven.modrinth:AdditionalEntityAttributes:<version>")
}
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more