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
Two updates in one day, what a crazy world!
Changelog
- Updated version to 2022.06.08
- Updated to Java 17
- Updated to Minecraft 1.19
- Updated to work with Minecraft 1.19
- Updated Gradle, I think?
- Updated License Years
- Updated README.md
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
- Removed some dependencies
- Now works on 1.14 and 1.16!
- Updated README.md & now includes it in the jar