Essentially a version bump from 2025.10.11, for whatever reason the mappings on that version threw a tantrum when testing on 1.21.9. Not much was needed to fix it.
- This version has been tested on 1.21.9 and 1.21.10, the latter of which was released *checks watch* 5 days ago, hopefully making this mod somewhat relevant again.
Changelog
- Updated to Minecraft 1.21.9, supports newer versions.
Updated for Minecraft 1.21.5-1.21.8. That's right, I've taken so long to update the mod that this release doesn't even cover the latest version of Minecraft!
- What about 1.21.2-1.21.4? I'll be completely honest and admit I didn't realize the mod was broken for these versions until today. My sincerest apologies to anyone who thought the mod worked on Fabric for these versions. When I marked it as compatible, I have no idea how I didn't notice the game crashing after you loaded into a world.
- What about 1.21.9 and up? No idea, my new j*b keeps me busy and I pass out as soon as I get home from work. Today's update really came about from me wanting something to do with a day off I had nothing scheduled for. With all the work (somewhat) fixing my dev environment again though, hopefully it's soon, no guarantees.
Fun trivia about this version: the mod's core functionality is now done simply by updating the #minecraft:can_equip_saddle
tag--all I have to do now is make sure the caravan length gamerule doesn't break.
- This is also the first mod version since 2020.01.10 (the initial release) to define a maximum supported Minecraft version and to list Fabric API as a dependency.
Changelog
- Updated to Minecraft 1.21.6. Compatible with 1.21.5-1.21.8.
- Fabric edition now lists Fabric API as a required dependency.
Rebuild of the same version, last jar was broken for some reason.
- Ported to Architectury. This should make it easier to support multiple platforms (Fabric and NeoForge at the moment); however, has the unintended side effect of eliminating Forge support. Quilt also does not work at the moment, most likely due to an Architectury issue.
- Relicensed under zlib. Your use case will most likely not be impacted unless you are attempting to fork or redistribute the mod.
- Ported to Architectury. This should make it easier to support multiple platforms (Fabric and NeoForge at the moment); however, has the unintended side effect of eliminating Forge support. Quilt also does not work at the moment, most likely due to an Architectury issue.
- Relicensed under zlib. Your use case will most likely not be impacted unless you are attempting to fork or redistribute the mod.
Finally updated for 1.20.2 and up--better late than never. Happy Holidays!
Changelog
- Bump version to 2023.12.25
- Update Gradle
- Update to Minecraft 1.20.2
- Update to Forge 48.1.0
- Update to ForgeGradle to 6.0+
- Update pack.mcmeta pack_format to 18
- Moved some stuff out of build.gradle to gradle.properties
Finally updated for 1.20.2 and up--better late than never. Happy Holidays!
Changelog
- Bumped version to 2023.12.25
- Updated Minecraft to 1.20.2. Confirmed that this also works on 1.20.4
- Updated Gradle
- Updated Fabric Loader to 1.15.3
- Updated Fabric API to 0.91.2
- Updated Fabric Loom to 1.4-SNAPSHOT
BIG NEWS: Llama Steeds' feature count just DOUBLED TRIPLED, and it comes to Minecraft Forge on the same day! This is a rare and momentous occasion for any Minecraft mod, especially one which was once believed to have reached perfection...but here we are, with a more perfect mod! Rejoice!
Changelog
- Implement #4 - Llamas will now form caravans behind a player-controlled llama. See CaravanMixin for details
- Implemented a new gamerule: maxLlamaCaravanLength, which sets the maximum length a caravan can form to
- Refactored LlamaEntityMixin to LlamaMixin
- Updated README.md to include a new screenshot of the new caravan features and to include a link to Modrinth in anticipation of releasing there
- Updated LICENSE years
- Updated pack.mcmeta
- Updated to Minecraft Forge for 1.19.4
BIG NEWS: Llama Steeds' feature count just DOUBLED TRIPLED! This is a rare and momentous occasion for any Minecraft mod, especially one which was once believed to have reached perfection...but here we are, with a more perfect mod! Rejoice!
Changelog
- Implement #4 - Llamas will now form caravans behind a player-controlled llama. See CaravanMixin for details
- Fabric API is now an optional dependency
- Implemented a new gamerule if Fabric API is present: maxLlamaCaravanLength, which sets the maximum length a caravan can form to
- Refactored the old LlamaSteeds mixin class to LlamaMixin
- Updated README.md to include a new screenshot of the new caravan features and to include a link to Modrinth in anticipation of releasing there
- Updated version number, Yarn version, and loader version
Look, I know it seems like I've disappeared for the past 9 months and have likely been doing nothing, but TRUST ME I'VE BEEN REALLY REALLY BUSY...
...playing Ultrakill.
Changelog
- Updated version to 2023.03.17
- Updated Minecraft version to 1.19.4
- Updated Fabric Loader
- Updated Fabric Loom
- Updated Yarn Mappings (mapping migration tool doesn't work on mixins sob)
- Updated LICENSE years
- Fixed up javadoc grammar based on an IntelliJ suggestion
It's a beautiful day outside. Birds are singing, flowers are blooming, and Mojang actually changed the way riding horses, donkeys, and llamas work in the backend so I had real work to do this time.
Changelog
- Updated version to 2022.06.08
- Updated to Java 17
- Updated Minecraft version to 1.19
- Updated to work with Minecraft 1.19
- Updated Yarn mappings
- Updated Fabric Loader
- Updated Gradle
- Updated Fabric Loom
- Updated License Years
- Updated README.md with a new screenshot and linking Curseforge in the badges
- Updated the list of things updated to look longer and more impressive
- Cleaned up build.gradle to match updated fabric template--and to actually work again
Updated to support Minecraft Forge 1.17.1 since Mixins have been updated for it (and a new Mixin wiki page on using it with Forge exists now)
Changelog
- Updated to use Java 16
- Supports Minecraft 1.17.1+
- Supports Minecraft Forge 37.0.59+
- Switched to official mappings
- Bump version to 2021.11.20
- Includes proper mixin configuration in build.gradle and now generates a refmap
- Changed mods.toml line ending from \r\n to \n to fix strange character in extended description
This update fixes some issues for the Minecraft Forge version of the mod.
Changelog
- Renamed mixins.llamasteeds.json to llamasteeds.mixins.json to match Fabric configuration name
- Fixed Issue #2 by including a dummy pack.mcmeta
- Updated README.md to reference Forge Curseforge project instead of Fabric project
- Bumped Version