Перейти к содержимому
Mineforgian

SpoornPacks

API Library for automagically generating Resource files and injecting them as a Resource Pack

34K загрузок4 подписчиковLGPL-3.0-onlyfabric

Обновлён 17 июля 2023 г. · опубликован 8 февраля 2022 г.

https://media.forgecdn.net/avatars/thumbnails/522/685/64/64/637844029316522114.pnghttps://media.forgecdn.net/avatars/thumbnails/482/657/64/64/637781533186272139.pnghttps://media.forgecdn.net/avatars/thumbnails/357/686/64/64/637517355068764931.png

 

https://img.shields.io/static/v1?label=%20&message=other%20projects&color=4b5966&labelColor=658f79&logo=curseforge&logoColor=white&style=for-the-badge  https://tinyurl.com/spoorndiscordbadge  https://img.shields.io/github/stars/spoorn/SpoornPacks?color=4b5966&labelColor=658f79&label=github%20&logo=github&logoColor=white&style=for-the-badge  https://img.shields.io/github/issues-raw/spoorn/SpoornPacks?color=4b5966&labelColor=658f79&label=issues%20&logo=github&logoColor=white&style=for-the-badge

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:

 

requires fabric

 

Need a Server?

https://bisecthosting.com/spoorn

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
5.0-1.20.1Релиз1.20, 1.20.1fabric17 июля 2023 г.Скачать (2.1 МБ)
4.3.3-1.19.1Релиз1.19, 1.19.1, 1.19.2fabric17 июля 2023 г.Скачать (2.1 МБ)
4.4-1.19.3Релиз1.19.3, 1.19.4fabric8 мая 2023 г.Скачать (2.1 МБ)
4.2.3-1.18.2Релиз1.18, 1.18.1, 1.18.2fabric8 мая 2023 г.Скачать (2.1 МБ)
1.2Релиз1.18.1-rc1, 1.18.1-rc2, 1.18.1-rc3, 1.18.1fabric10 февраля 2022 г.Скачать (2.0 МБ)
1.0Релиз1.18.1-rc1, 1.18.1-rc2, 1.18.1-rc3, 1.18.1fabric8 февраля 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

Комментарии

Загружаем…