BorukvaUtils - Library for Polymer-based Mods
BorukvaUtils is a utility library designed for developers creating modifications using the Polymer framework. Currently, this module has become obsolete as similar functionality has been integrated directly into Polymer through the "PolymerBlockResourceUtils.requestEmpty" method.
The library includes more than four specialized interfaces: PlantBased, SlabBased, TripwireBased, and FlatTripwireBased, each supporting waterloggable variants. These interfaces provide transparent blocks for working with PolymerBlockState.
Installation Instructions
To use the library in your project, add the following dependency settings:
repositories {
maven { url "https://api.modrinth.com/maven/" }
}
dependencies {
modImplementation "maven.modrinth:borukvautils:0.1.2"
}