File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/main/java/com/sammy/malum/common/block/curiosities/spirit_altar Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public SpiritAltarBlockEntity(LodestoneBlockEntityType<? extends SpiritAltarBloc
7575 inventory = MalumBlockItemStackHandler .create (this , 1 ).noSpirits ().onContentsChanged (this ::recalculateRecipes ).build ();
7676 extrasInventory = MalumBlockItemStackHandler .create (this , 32 ).noSpirits ().build ();
7777 spiritInventory = MalumBlockItemStackHandler .create (this , 9 ).onlySpirits ().onContentsChanged (this ::recalculateRecipes ).build ();
78- inventoryHandler = new ItemStackMultiHandler (inventory , extrasInventory , spiritInventory );
78+ inventoryHandler = new ItemStackMultiHandler (inventory , spiritInventory );
7979 }
8080
8181 public SpiritAltarBlockEntity (BlockPos pos , BlockState state ) {
You can’t perform that action at this time.
0 commit comments