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 @@ -88,7 +88,7 @@ public void generateBlockStateModels(BlockModelGenerators blockStateModelGenerat
8888 private void registerFurnaceWorkbench (BlockModelGenerators generator , Block block ) {
8989 Identifier topModel = Identifier .fromNamespaceAndPath (MineTale .MOD_ID , "block/bench/furnace_top" );
9090 Identifier bottomModel = Identifier .fromNamespaceAndPath (MineTale .MOD_ID , "block/bench/furnace_bottom" );
91- Identifier inventoryModel = Identifier .fromNamespaceAndPath (MineTale .MOD_ID , "block /bench/furnace_inventory " );
91+ Identifier inventoryModel = Identifier .fromNamespaceAndPath (MineTale .MOD_ID , "item /bench/furnace " );
9292
9393 generator .blockStateOutput .accept (MultiVariantGenerator .dispatch (block )
9494 .with (PropertyDispatch .initial (
You can’t perform that action at this time.
0 commit comments