Skip to content

SilliestLibDataUtils

HyperionDash edited this page Jul 8, 2026 · 5 revisions

Standalone block model

These are standalone versions of models from the BlockFamilyProvider, rarely useful outside of specific circumstances, but i decided to include it anyways, all of the standalone block models have similar formatting in your ModelProvider Datagen.

SilliestLibDataUtils.createStandaloneSlab(ExampleBlocks.CALCITE_SLAB, Blocks.CALCITE, blockModelGenerators);

Or alternatively, with a static import of SilliestLibDataUtils, you can do it like this.

import static net.hyper.silliestlib.utils.SilliestLibDataUtils.*;
createStandaloneSlab(ExampleBlocks.CALCITE_SLAB, Blocks.CALCITE, blockModelGenerators);

Clone this wiki locally