Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/client/java/com/tcm/MineTale/datagen/ModModelProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ public class ModModelProvider extends FabricModelProvider {
.select(Direction.WEST, BlockModelGenerators.Y_ROT_270);

/**
* Registers block state and model definitions for the mod's custom log blocks and furnace workbenches.
*
* Configures horizontal and vertical variants for each custom log block and registers the wood model for
* WILD_WISTERIA_LOG; registers blockstate variants and item models for the mod's furnace workbench blocks.
*
* @param blockStateModelGenerator generator used to create block state and model entries
*/
* Register block state and model definitions for the mod's custom log blocks and furnace workbenches.
*
* Generates horizontal/vertical variants and associated wood models for the mod's logs (including a wood model for
* WILD_WISTERIA_LOG) and registers blockstate variants and item models for the furnace workbench blocks.
*
* @param blockStateModelGenerator generator used to create block state and model entries
*/
@Override
public void generateBlockStateModels(BlockModelGenerators blockStateModelGenerator) {
blockStateModelGenerator.woodProvider(ModBlocks.AMBER_LOG).logWithHorizontal(ModBlocks.AMBER_LOG);
Expand Down