A library for mob variants.
Find a file
2025-09-03 13:28:23 +10:00
.github/workflows refactor: Remove Revalidate Docs action. 2025-08-12 11:43:23 +10:00
build_logic style: Remove unnecessary whitespace. 2025-09-03 13:27:32 +10:00
docs docs: Add Modrinth to Sinytra Wiki platforms. 2025-09-03 13:28:23 +10:00
fabric feat: Use custom cow sounds for conversion. #8 2025-08-16 10:30:40 +10:00
gradle docs: Start on https://moddedmc.wiki/ docs. 2025-07-29 09:04:18 +10:00
neoforge chore: Change publishing type from STABLE to BETA. 2025-08-12 06:04:33 +10:00
xplat feat: Use custom cow sounds for conversion. #8 2025-08-16 10:30:40 +10:00
.editorconfig tweak: Don't insert final newline for JSON files. 2025-07-24 17:30:27 +10:00
.gitattributes fix: Specify .ogg as binary in .gitattributes. 2025-07-24 11:10:58 +10:00
.gitignore feat: Mass commit. 2025-07-05 21:50:41 +10:00
build.gradle.kts feat: Add docs revalidation action. 2025-08-12 11:02:42 +10:00
CHANGELOG.md feat: Use custom cow sounds for conversion. #8 2025-08-16 10:30:40 +10:00
gradle.properties Initial commit 2025-07-05 02:15:26 +10:00
gradlew Initial commit 2025-07-05 02:15:26 +10:00
gradlew.bat Initial commit 2025-07-05 02:15:26 +10:00
LICENSE docs: Update licenses. 2025-07-24 11:07:03 +10:00
LICENSE-sounds docs: Update licenses. 2025-07-24 11:07:03 +10:00
README.md chore: Add badges to README.md. 2025-08-11 23:07:22 +10:00
settings.gradle.kts style: Remove unused import statements from settings.gradle.kts. 2025-08-15 19:10:10 +10:00

Made for Mod Garden: Nature

Available for Fabric     Available for NeoForge

Variant Lib is a Library/API for developers to assist in systems for data driven mob variants to both vanilla and modded entities.

This library modifies the data driven variants of...

  • Cow
  • Pig
  • Chicken

This library may additionally add data driven variants for...

  • Sheep
  • Rabbit
  • Mooshroom

Credits

Thank you to WorldWidePixel for creating the mod's custom lightning conversion sounds.

A generic conversion sound is available for any entity without a specified sound or as a basis for custom conversion sounds.

License

Variant Lib is licensed under the MPL-2.0 license.

All mob conversion sounds are licensed under the CC0-1.0 license.

For Players

Chances are you won't need to download this mod because any modders will have included it in their JAR file.

If for some reason, the developer doesn't do this, if you wish to use its features using a datapack, or if you wish to play with a Fabric exclusive mod through Sinytra Connector. You may download the mod on CurseForge or Modrinth.

For Developers

To start developing with Variant Lib from a data pack or as a developer, you should use the Documentation as a guide.

If you are developing a mod with Variant Lib integration, the mod has javadocs within most house.greenhouse.variantlib.api contained classes.

You may additionally reach out through Discord or Matrix for support from either other developers using the mod, or a developer of the mod.