Description
The inventory model file for the furnace workbench block is missing and needs to be created.
Details
- Missing file:
src/main/resources/assets/minetale/models/block/furnace_workbench_block_t1_inventory.json
- Referenced in:
ModModelProvider.java line 109 via registerSimpleItemModel(block, inventory)
- Impact: Without this file, the furnace workbench item will fail to render in-hand with missing textures
Context
The registerLargeWorkbench method creates an inventory identifier using blockId.withSuffix("_inventory") and passes it to registerSimpleItemModel, but the corresponding JSON model file does not exist in the resources.
Backlinks
Description
The inventory model file for the furnace workbench block is missing and needs to be created.
Details
src/main/resources/assets/minetale/models/block/furnace_workbench_block_t1_inventory.jsonModModelProvider.javaline 109 viaregisterSimpleItemModel(block, inventory)Context
The
registerLargeWorkbenchmethod creates an inventory identifier usingblockId.withSuffix("_inventory")and passes it toregisterSimpleItemModel, but the corresponding JSON model file does not exist in the resources.Backlinks