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

stacc-api

**Stacc is an API-only mod, on it's own, it will not do anything!!** This mod allows developers to create items with stack sizes much greater than 64.

160K загрузок13 подписчиковCC0-1.0fabric

Обновлён 26 февраля 2024 г. · опубликован 30 января 2023 г.

Stacc is an API-only mod, on it's own, it will not do anything!!

 

This mod allows developers to create items with stack sizes much greater than 64. It also replaces the item count renderer for very large numbers (>1000) to avoid the text from covering up adjacent slots and implements various bug fixes to allow for greater stack sizes. This mod introduces a serialization scheme for large stacks that is semi-safe to reload, so in the event the mod is uninstalled the world wont be lost (though many items will be).

The API can be found on maven:

 

repositories {
    maven {
        url = uri("https://storage.googleapis.com/devan-maven/")
        // for versions lower than 1.2.0
        // url = uri("https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/")
    }
}

dependencies {
     // there is no api (well except for render handler), just set maxCount in Item$Settings to values over 64
     modRuntime("net.devtech:Stacc:XXX")
}

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.5.2-mc19.2Релиз1.19.2fabric26 февраля 2024 г..jar (28 КБ)
1.6.3Релиз1.19.4fabric13 февраля 2024 г..jar (28 КБ)
1.8.0Релиз1.20.2fabric31 декабря 2023 г..jar (28 КБ)
1.7.0Релиз1.20.1fabric31 декабря 2023 г..jar (28 КБ)
1.5.2Релиз1.19.4fabric3 апреля 2023 г..jar (28 КБ)
1.5.1Релиз1.19.3fabric31 января 2023 г..jar (28 КБ)
1.5.0Релиз1.19.3fabric31 января 2023 г..jar (28 КБ)
1.4.0Релиз1.19.3fabric30 января 2023 г..jar (21 КБ)

Ченджлог

1.4.0Релиз1.19.3 · 30 января 2023 г.
  • upload to modrinth

Полная история изменений — на Modrinth.

Комментарии

Загружаем…