
SpoornPacks
API Library for automagically generating Resource files and injecting them as a Resource Pack
Обновлён 17 июля 2023 г. · опубликован 8 февраля 2022 г.
Description
SpoornPacks is an API Library mod for the Minecraft Fabric mod loader that adds simple-to-use APIs for automagically generating resource asset and data files, and injects them into the game as a mock Resource Pack. This allows mod creators to create their resources entirely in code with very succinct APIs, while still allowing overriding via your own Resource files.
The goal of this mod is to simplify resource creation (i.e. blocks, items, structures, features, etc.) as much as possible for the majority of use cases, while being extensible to more complex ones. The typical process for adding a block or item involves several Json files with oftentimes rather cryptic contents, and injecting into various Minecraft registries, methods, classes, etc. This API Library removes all that overhead for the mod creator and turns it into a single one-line Java call, simple datagen
I'm using this library myself for my own mod! https://www.curseforge.com/minecraft/mc-mods/pink
For more details, please see the Wiki
Dependencies
This mod requires:

Need a Server?
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 5.0-1.20.1 | Релиз | 1.20, 1.20.1 | fabric | 17 июля 2023 г. | Скачать (2.1 МБ) |
| 4.3.3-1.19.1 | Релиз | 1.19, 1.19.1, 1.19.2 | fabric | 17 июля 2023 г. | Скачать (2.1 МБ) |
| 4.4-1.19.3 | Релиз | 1.19.3, 1.19.4 | fabric | 8 мая 2023 г. | Скачать (2.1 МБ) |
| 4.2.3-1.18.2 | Релиз | 1.18, 1.18.1, 1.18.2 | fabric | 8 мая 2023 г. | Скачать (2.1 МБ) |
| 1.2 | Релиз | 1.18.1-rc1, 1.18.1-rc2, 1.18.1-rc3, 1.18.1 | fabric | 10 февраля 2022 г. | Скачать (2.0 МБ) |
| 1.0 | Релиз | 1.18.1-rc1, 1.18.1-rc2, 1.18.1-rc3, 1.18.1 | fabric | 8 февраля 2022 г. | Скачать (2.0 МБ) |
Ченджлог
5.0-1.20.1Релиз1.20, 1.20.1 · 17 июля 2023 г.
Update to Minecraft 1.20.1
1.2Релиз1.18.1-rc2, 1.18.1-rc3, 1.18.1 · 10 февраля 2022 г.
Add support for custom ResourceProviders, allowing full customization of
resource files for any added resource
Fixed a few bugs with duplicate name checking
Fixes crashes when running on dedicated server due to mixing client and server only classes
Fixes a bug that caused multiple ResourceGenerator.generates to delete
the last upload
Update Fabric loader to 0.13.1
Add some debug logging for the overwriting
Комментарии
Загружаем…
