Skip to content

Commit 9019f4d

Browse files
📝 Add docstrings to feat/add-items
Docstrings generation was requested by @The-Code-Monkey. * #46 (comment) The following files were modified: * `src/client/java/com/tcm/MineTale/datagen/ModModelProvider.java`
1 parent 30b52b7 commit 9019f4d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

‎src/client/java/com/tcm/MineTale/datagen/ModModelProvider.java‎

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)