
Anvian's Lib
A small utility library for Anvian's mods.
751K загрузок108 подписчиковGPL-3.0-onlyfabricforgeneoforgequilt
Обновлён 5 июня 2026 г. · опубликован 30 декабря 2024 г.
Anvian's Lib
This library is designed for use in my mods and includes various helpful functions for my projects. Additionally, it introduces telemetry to track how many players are using my mods. If desired, telemetry can be disabled via the configuration file. For more details, visit the Telemetry page.
How to use
Add the following to your gradle.properties:
anvianslib_version=<version>
Add the following to your build.gradle:
repositories {
maven {
name = 'Repsy Anvian'
url = 'https://repo.repsy.io/mvn/anvian/anvians-lib'
}
}
- On Common:
implementation "net.anvian.anvianslib:anvianslib-common-1.21:${anvianslib_version}"
- On Fabric:
modImplementation "net.anvian.anvianslib:anvianslib-fabric-1.21:${anvianslib_version}"
- On Forge:
implementation "net.anvian.anvianslib:anvianslib-forge-1.21:${anvianslib_version}"
- On NeoForge:
implementation "net.anvian.anvianslib:anvianslib-neoforge-1.21:${anvianslib_version}"
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.4.2 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | neoforge | 5 июня 2026 г. | .jar (29 КБ) |
| 1.4.2 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | forge | 5 июня 2026 г. | .jar (30 КБ) |
| 1.4.2 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | fabric, quilt | 5 июня 2026 г. | .jar (30 КБ) |
| 1.4.1 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | neoforge | 3 июня 2026 г. | .jar (29 КБ) |
| 1.4.1 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | forge | 3 июня 2026 г. | .jar (30 КБ) |
| 1.4.1 | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | fabric, quilt | 3 июня 2026 г. | .jar (30 КБ) |
| 1.4.2 | Релиз | 1.21.6, 1.21.7, 1.21.8 | forge | 31 мая 2026 г. | .jar (29 КБ) |
| 1.4.2 | Релиз | 1.21.6, 1.21.7, 1.21.8 | neoforge | 31 мая 2026 г. | .jar (29 КБ) |
| 1.4.2 | Релиз | 1.21.6, 1.21.7, 1.21.8 | fabric, quilt | 31 мая 2026 г. | .jar (30 КБ) |
| 1.4.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | neoforge | 8 мая 2026 г. | .jar (27 КБ) |
| 1.4.1 | Релиз | 26.1, 26.1.1, 26.1.2, 26.2 | fabric, quilt | 8 мая 2026 г. | .jar (27 КБ) |
| 1.4 | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 8 апреля 2026 г. | .jar (27 КБ) |
| 1.4 | Релиз | 26.1, 26.1.1, 26.1.2 | fabric, quilt | 8 апреля 2026 г. | .jar (27 КБ) |
| 1.4.2 | Релиз | 1.21.2, 1.21.3, 1.21.4, 1.21.5 | forge | 17 декабря 2025 г. | .jar (29 КБ) |
| 1.4.2 | Релиз | 1.21.2, 1.21.3, 1.21.4, 1.21.5 | neoforge | 17 декабря 2025 г. | .jar (29 КБ) |
Показаны последние 15 из 72 версий. Все версии — на Modrinth.
Ченджлог
1.4.2Релиз1.20.4, 1.20.5, 1.20.6 · 5 июня 2026 г.
- Add config directory creation logic in Config.java
1.4.2Релиз1.20.4, 1.20.5, 1.20.6 · 5 июня 2026 г.
- Add config directory creation logic in Config.java
1.4.2Релиз1.20.4, 1.20.5, 1.20.6 · 5 июня 2026 г.
- Add config directory creation logic in Config.java
1.4.1Релиз1.20.4, 1.20.5, 1.20.6 · 3 июня 2026 г.
- Add config directory creation logic in Config.java
1.4.1Релиз1.20.4, 1.20.5, 1.20.6 · 3 июня 2026 г.
- Add config directory creation logic in Config.java
1.4.1Релиз1.20.4, 1.20.5, 1.20.6 · 3 июня 2026 г.
- Add config directory creation logic in Config.java
1.4.2Релиз1.21.6, 1.21.7, 1.21.8 · 31 мая 2026 г.
- Fixing minecraft version range
1.4.2Релиз1.21.6, 1.21.7, 1.21.8 · 31 мая 2026 г.
- Fixing minecraft version range
Полная история изменений — на Modrinth.
Комментарии
Загружаем…