
Aquarius Libs
Aquarius Libs is an essential modding library for some mods from aquariusplayz.
Обновлён 4 июля 2026 г. · опубликован 24 декабря 2025 г.
Aquarius Libs is an essential modding library for some mods from aquariusplayz.
By itself it wont change the game, but it has functions and variables implemented that makes updating mods easier
and makes the mod creator use much less codes when creating a mod.
Also creates easier communication between mods that use this library mod
and makes bug fixing much easier for those.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.2.0-forge-1.20.1-47.4.10 | Релиз | 1.20.1 | forge | 4 июля 2026 г. | .jar (232 КБ) |
| 1.2.0-forge-1.21.1-52.1.8 | Релиз | 1.21.1 | forge | 4 июля 2026 г. | .jar (229 КБ) |
| 1.2.0-forge-1.21.4-54.1.11 | Релиз | 1.21.4 | forge | 4 июля 2026 г. | .jar (231 КБ) |
| 1.2.0-forge-1.21.5-55.1.4 | Релиз | 1.21.5 | forge | 4 июля 2026 г. | .jar (231 КБ) |
| 1.2.0-forge-1.21.8-58.1.11 | Релиз | 1.21.6, 1.21.7, 1.21.8 | forge | 4 июля 2026 г. | .jar (231 КБ) |
| 1.2.0-forge-1.21.10-60.1.0 | Релиз | 1.21.9, 1.21.10 | forge | 4 июля 2026 г. | .jar (236 КБ) |
| 1.2.0-forge-1.21.11-61.0.2 | Релиз | 1.21.11 | forge | 4 июля 2026 г. | .jar (237 КБ) |
| 1.2.0-neoforge-1.21.1-21.1.217 | Релиз | 1.21.1 | neoforge | 4 июля 2026 г. | .jar (229 КБ) |
| 1.2.0-neoforge-1.21.4-21.4.156 | Релиз | 1.21.4 | neoforge | 4 июля 2026 г. | .jar (228 КБ) |
| 1.2.0-neoforge-1.21.5-21.5.96 | Релиз | 1.21.5 | neoforge | 4 июля 2026 г. | .jar (228 КБ) |
| 1.2.0-neoforge-1.21.8-21.8.52 | Релиз | 1.21.6, 1.21.7, 1.21.8 | neoforge | 4 июля 2026 г. | .jar (233 КБ) |
| 1.2.0-neoforge-1.21.10-21.10.64 | Релиз | 1.21.9, 1.21.10 | neoforge | 4 июля 2026 г. | .jar (233 КБ) |
| 1.2.0-neoforge-1.21.11-21.11.17 | Релиз | 1.21.11 | neoforge | 4 июля 2026 г. | .jar (229 КБ) |
| 1.2.0-fabric-1.20.1-0.92.6 | Релиз | 1.20.1 | fabric | 3 июля 2026 г. | .jar (301 КБ) |
| 1.2.0-fabric-1.21.1-0.116.7 | Релиз | 1.21.1 | fabric | 3 июля 2026 г. | .jar (302 КБ) |
Показаны последние 15 из 93 версий. Все версии — на Modrinth.
Ченджлог
1.2.0-fabric-1.21.11-0.140.2Релиз1.21.11 · 3 июля 2026 г.
added 1.2.0 support for new mods without breaking older mods hopefully
1.2.0-fabric-26.2-0.152.1Релиз26.1.1, 26.1.2, 26.2 · 18 июня 2026 г.
it got a crash because of version issue!
thanks for the reminder Deafening5ilence! ^^
1.2.0-forge-26.1.1-63.0.0Релиз26.1, 26.1.1, 26.1.2 · 2 апреля 2026 г.
-send Chat Message after taming if mob has to sit down/rest
-improving melee attack goal and breed goal to not run when the mob has a target
-new functions for auto heal when meating a criteria
-new function to replace minecraft functions (so mob mods needs less versioning, because main functions are in the library mod)
-new functions to support water animals
-follow gender goal added (for mobs with gender if they should follow the opposite gender)
-non-tamable animals when fed they can heal too
-non-tamable and tamable animals can only be fed when their hp is not max or when they can mate by default
-eat block goal added (works like how sheep eats grass)
-new functions for data handling in defineSynchedData, addAdditionalSaveData, readAdditionalSaveData
-handle random attack functions with boolean functions
-BlockFunctions class added to handle BlockGetters without breaking compatibility with older versions
-level getter for mob classes (because level() methods mapping name changes in some older versions)
-getter or method replacer with getBlockStates()
1.2.0-neoforge-26.1.1.1Релиз26.1, 26.1.1, 26.1.2 · 2 апреля 2026 г.
-send Chat Message after taming if mob has to sit down/rest
-improving melee attack goal and breed goal to not run when the mob has a target
-new functions for auto heal when meating a criteria
-new function to replace minecraft functions (so mob mods needs less versioning, because main functions are in the library mod)
-new functions to support water animals
-follow gender goal added (for mobs with gender if they should follow the opposite gender)
-non-tamable animals when fed they can heal too
-non-tamable and tamable animals can only be fed when their hp is not max or when they can mate by default
-eat block goal added (works like how sheep eats grass)
-new functions for data handling in defineSynchedData, addAdditionalSaveData, readAdditionalSaveData
-handle random attack functions with boolean functions
-BlockFunctions class added to handle BlockGetters without breaking compatibility with older versions
-level getter for mob classes (because level() methods mapping name changes in some older versions)
-getter or method replacer with getBlockStates()
1.2.0-fabric-26.1.1-0.145.2Релиз26.1, 26.1.1, 26.1.2 · 2 апреля 2026 г.
-send Chat Message after taming if mob has to sit down/rest
-improving melee attack goal and breed goal to not run when the mob has a target
-new functions for auto heal when meating a criteria
-new function to replace minecraft functions (so mob mods needs less versioning, because main functions are in the library mod)
-new functions to support water animals
-follow gender goal added (for mobs with gender if they should follow the opposite gender)
-non-tamable animals when fed they can heal too
-non-tamable and tamable animals can only be fed when their hp is not max or when they can mate by default
-eat block goal added (works like how sheep eats grass)
-new functions for data handling in defineSynchedData, addAdditionalSaveData, readAdditionalSaveData
-handle random attack functions with boolean functions
-BlockFunctions class added to handle BlockGetters without breaking compatibility with older versions
-level getter for mob classes (because level() methods mapping name changes in some older versions)
-getter or method replacer with getBlockStates()
1.0.1-forge-1.18.2-40.3.12Релиз1.18.2 · 14 марта 2026 г.
-chat message for tamable animals when changing behavior via interaction
-melee attack goal bug fixed
1.0.3-fabric-26.1.6-0.143.2Релиз26.1-snapshot-4, 26.1-snapshot-5, 26.1-snapshot-6 · 4 февраля 2026 г.
-26.1 snapshot 6 support
1.0.1b-fabric-1.21.1-0.116.7Релиз1.21.1 · 3 февраля 2026 г.
-spawn egg color fix
Полная история изменений — на Modrinth.
Комментарии
Загружаем…