File tree Expand file tree Collapse file tree
src/client/java/com/tcm/MineTale/datagen Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ public class ModModelProvider extends FabricModelProvider {
3131 .select (Direction .WEST , BlockModelGenerators .Y_ROT_270 );
3232
3333 /**
34- * Registers block state and model definitions for the mod's custom log blocks and furnace workbenches.
35- *
36- * Configures horizontal and vertical variants for each custom log block and registers the wood model for
37- * WILD_WISTERIA_LOG; registers blockstate variants and item models for the mod's furnace workbench blocks.
38- *
39- * @param blockStateModelGenerator generator used to create block state and model entries
40- */
34+ * Register block state and model definitions for the mod's custom log blocks and furnace workbenches.
35+ *
36+ * Generates horizontal/ vertical variants and associated wood models for the mod's logs (including a wood model for
37+ * WILD_WISTERIA_LOG) and registers blockstate variants and item models for the furnace workbench blocks.
38+ *
39+ * @param blockStateModelGenerator generator used to create block state and model entries
40+ */
4141 @ Override
4242 public void generateBlockStateModels (BlockModelGenerators blockStateModelGenerator ) {
4343 blockStateModelGenerator .woodProvider (ModBlocks .AMBER_LOG ).logWithHorizontal (ModBlocks .AMBER_LOG );
You can’t perform that action at this time.
0 commit comments