
YUNG's API
Library mod for YUNG's mods.
Обновлён 23 июня 2026 г. · опубликован 28 ноября 2022 г.
This is a library mod for YUNG's mods.
For all my mod devs out there - This provides a lot of useful stuff, especially if you're a worldgen modder!
The API includes the following:
- AutoRegistration system (1.18+ only). Register any field with only a simple annotation, regardless of mod loader!
- Custom reimplementation of Jigsaw Manager with improved performance and custom pool element types with various new properties. Check out the Better Dungeons code to see it in action.
- New criteria trigger for safely locating any structure. If the given structure doesn't exist, the trigger simply fails rather than instantly passing (unlike vanilla).
- Interfaces for JSON serialization & deserialization with built-in type adapters.
- Simple, lightweight math utilities for vectors and column positions
- BlockStateRandomizer and ItemRandomizer, data abstractions that make adding block and item randomization to your structures incredibly simple. I use these for all of my mods!
If you're curious, you can check the code for my mods (especially the newer ones) to see how things work. Feel free to ask me any questions on Discord!
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 26.1.2-NeoForge-6.1.0 | Релиз | 26.1.1, 26.1.2 | neoforge | 23 июня 2026 г. | .jar (384 КБ) |
| 26.1.2-Fabric-6.1.0 | Релиз | 26.1.1, 26.1.2 | fabric | 23 июня 2026 г. | .jar (1.2 МБ) |
| 1.21.1-NeoForge-5.1.6 | Релиз | 1.21, 1.21.1 | neoforge | 1 июля 2025 г. | .jar (380 КБ) |
| 1.21.1-Forge-5.1.6 | Релиз | 1.21, 1.21.1 | forge | 1 июля 2025 г. | .jar (389 КБ) |
| 1.21.1-Fabric-5.1.6 | Релиз | 1.21, 1.21.1 | fabric | 1 июля 2025 г. | .jar (1.2 МБ) |
| 1.21.1-NeoForge-5.1.5 | Релиз | 1.21, 1.21.1 | neoforge | 2 мая 2025 г. | .jar (376 КБ) |
| 1.21.1-Forge-5.1.5 | Релиз | 1.21, 1.21.1 | forge | 2 мая 2025 г. | .jar (386 КБ) |
| 1.21.1-Fabric-5.1.5 | Релиз | 1.21, 1.21.1 | fabric | 2 мая 2025 г. | .jar (1.2 МБ) |
| 1.21.4-NeoForge-5.4.0 | Релиз | 1.21.4 | neoforge | 14 апреля 2025 г. | .jar (377 КБ) |
| 1.21.4-Fabric-5.4.0 | Релиз | 1.21.4 | fabric | 14 апреля 2025 г. | .jar (1.2 МБ) |
| 1.21.1-Fabric-5.1.4 | Релиз | 1.21, 1.21.1 | fabric | 4 марта 2025 г. | .jar (1.2 МБ) |
| 1.21.1-NeoForge-5.1.4 | Релиз | 1.21, 1.21.1 | neoforge | 4 марта 2025 г. | .jar (372 КБ) |
| 1.21.1-Forge-5.1.4 | Релиз | 1.21, 1.21.1 | forge | 4 марта 2025 г. | .jar (380 КБ) |
| 1.21.1-NeoForge-5.1.3 | Релиз | 1.21, 1.21.1 | neoforge | 21 ноября 2024 г. | .jar (357 КБ) |
| 1.21.1-Forge-5.1.3 | Релиз | 1.21, 1.21.1 | forge | 21 ноября 2024 г. | .jar (365 КБ) |
Показаны последние 15 из 62 версий. Все версии — на Modrinth.
Ченджлог
26.1.2-NeoForge-6.1.0Релиз26.1.1, 26.1.2 · 23 июня 2026 г.
Port to 26.1.2!
If you like my mods, please consider supporting me on Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
26.1.2-Fabric-6.1.0Релиз26.1.1, 26.1.2 · 23 июня 2026 г.
Port to 26.1.2!
If you like my mods, please consider supporting me on Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
1.21.1-NeoForge-5.1.6Релиз1.21, 1.21.1 · 1 июля 2025 г.
A few adjustments to the AutoRegister API:
- Add various helper methods to the AutoRegisterEntityType.Builder, including for passenger attachment points. This mirrors vanilla behavior.
- Add getHolder() methods to AutoRegister MobEffect and Potion. Using these should help ensure smooth Potion registration without registry issues on Forge and NeoForge.
- AutoRegisterPotion now takes a Potion supplier to make it more consistent with other AutoRegister wrapper classes.
- AutoRegisterUtils.registerBrewingRecipe() now takes Holders as parameters instead of Suppliers.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
1.21.1-Forge-5.1.6Релиз1.21, 1.21.1 · 1 июля 2025 г.
A few adjustments to the AutoRegister API:
- Add various helper methods to the AutoRegisterEntityType.Builder, including for passenger attachment points. This mirrors vanilla behavior.
- Add getHolder() methods to AutoRegister MobEffect and Potion. Using these should help ensure smooth Potion registration without registry issues on Forge and NeoForge.
- AutoRegisterPotion now takes a Potion supplier to make it more consistent with other AutoRegister wrapper classes.
- AutoRegisterUtils.registerBrewingRecipe() now takes Holders as parameters instead of Suppliers.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
1.21.1-Fabric-5.1.6Релиз1.21, 1.21.1 · 1 июля 2025 г.
A few adjustments to the AutoRegister API:
- Add various helper methods to the AutoRegisterEntityType.Builder, including for passenger attachment points. This mirrors vanilla behavior.
- Add getHolder() methods to AutoRegister MobEffect and Potion. Using these should help ensure smooth Potion registration without registry issues on Forge and NeoForge.
- AutoRegisterPotion now takes a Potion supplier to make it more consistent with other AutoRegister wrapper classes.
- AutoRegisterUtils.registerBrewingRecipe() now takes Holders as parameters instead of Suppliers.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
1.21.1-NeoForge-5.1.5Релиз1.21, 1.21.1 · 2 мая 2025 г.
- Add AutoRegisterParticleType.
- Add AutoRegister support for EntityDataSerializers.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
1.21.1-Forge-5.1.5Релиз1.21, 1.21.1 · 2 мая 2025 г.
- Add AutoRegisterParticleType.
- Add AutoRegister support for EntityDataSerializers.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
1.21.1-Fabric-5.1.5Релиз1.21, 1.21.1 · 2 мая 2025 г.
- Add AutoRegisterParticleType.
- Add AutoRegister support for EntityDataSerializers.
If you want to get early access to all my mods, Join the Patreon!
Join us on Discord!
Follow me on Twitter for more mod updates!
Полная история изменений — на Modrinth.
Комментарии
Загружаем…


