ModelGenerators

Model Generators used for Model Data Generation, creating required JSON models for certain blocks, meant to be used with your ModelProvider datagen.

Functions

Link copied to clipboard
fun createFence(block: Block, fence: Block, blockStateModelGenerator: BlockModelGenerators)

Creates a fence model based off another block

Link copied to clipboard
fun createFenceGate(block: Block, fenceGate: Block, blockStateModelGenerator: BlockModelGenerators)

Creates a fence gate model based off another block

Link copied to clipboard
fun createPillar(pillarBlock: RotatedPillarBlock, blockStateModelGenerator: BlockModelGenerators)

Creates a pillar model

Link copied to clipboard
fun createSlabs(block: Block, slab: Block, blockStateModelGenerator: BlockModelGenerators)

Creates a slab model based off another block

Link copied to clipboard
fun createStairs(block: Block, stairs: Block, blockStateModelGenerator: BlockModelGenerators)

Creates a stair model based off another block

Link copied to clipboard
fun createWall(block: Block, wall: Block, blockStateModelGenerator: BlockModelGenerators)

Creates a wall model based off another block