
BorukvaUtils
Архивирован0.0
Установок
3
Последнее обновление
9 месяцев назад
Версии
1.21 — 1.21.1
Сервер
Fabric
Библиотеки
BorukvaUtils is a common library for polymer-based mods.
Mod is mostly useless now because polymer iplemented the "PolymerBlockResourceUtils.requestEmpty".
Adds >4 interfaces - PlantBased, SlabBased, TripwireBased and FlatTripwireBased with waterloggable variants, which return a transparent block for PolymerBlockState.
Usage:
Add it to your dependencies like this:
repositories {
maven { url "https://api.modrinth.com/maven/" }
}
dependencies {
modImplementation "maven.modrinth:borukvautils:0.1.2"
}