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"
}