diff --git a/src/main/java/com/buuz135/sushigocrafting/tile/machinery/RollerTile.java b/src/main/java/com/buuz135/sushigocrafting/tile/machinery/RollerTile.java index 96bbba4..d3d9fb7 100644 --- a/src/main/java/com/buuz135/sushigocrafting/tile/machinery/RollerTile.java +++ b/src/main/java/com/buuz135/sushigocrafting/tile/machinery/RollerTile.java @@ -86,6 +86,7 @@ public RollerTile(BlockPos pos, BlockState state) { return false; }) ); + addInventory(spices); FoodAPI.get().getTypeFromName(this.selected).ifPresent(iFoodType -> { for (int slot = 0; slot < slots.getSlots(); slot++) { slots.setSlotToItemStackRender(slot, iFoodType.getSlotStackRender().apply(slot));